.greyImgBackground {
	background: url(/images/fond.jpg);
	background-size: cover;
	padding-top: 1rem;
}

.portailPage h1 {
	color: var(--blue-theme);
	text-transform: uppercase;
	text-align: center;
	font-size: 2rem;
	margin: 0;
	font-weight: 400;
}

.portailPage h1 span {
	font-size: larger;
	margin: 1rem 0 0.5rem 0;
}

.vehicleFinder {
	width: 95%;
	margin: 1rem 2.5% 2rem;
}

.vehicleFinder nav {
	display: flex;
	height: 60px;
	font-size: 1.13rem;
}

.vehicleFinder nav a {
	font-size:.8vw;
	white-space:nowrap;
	text-align:center;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--blue-theme);
	background-color: rgb(238, 238, 238);
}
@media all and (max-width: 995px) {
.vehicleFinder nav a {font-size:1.4vw !important}
}
@media all and (max-width: 769px) {
.vehicleFinder nav a {font-size:.6em !important}
}

.vehicleFinder nav a:first-child,
/*.vehicleFinder nav a:last-child, */
.vehicleFinder nav a:nth-last-child(2) {
	background-color: rgb(221, 221, 221);
}
.vehicleFinder nav a .fa,
.vehicleFinder nav a .fas {
	margin-right: 5px;
}

.selectedCategory {
	background-color: rgb(253, 233, 0) !important;
}

.vehicleFinder article {
	background-color: var(--yellow-theme);
	padding: 3rem 2rem;
}

.finderOption {
	width: 100% !important;
}

.VI_vehicule ::placeholder,
.VI_mine ::placeholder {
	font-size: 2rem;
	margin-top: 10px;
	color: #ccc;
}

.VI_imat ::placeholder {
	font-size: 2.5rem;
	margin-top: 10px;
	color: #ccc;
}

.VI_imat input {
	padding: 0;
	font-size: 2.5rem;
	padding-left: 2rem;
}

.VI_mine input,
.VI_vehicule input {
	padding: 0;
	font-size: 2rem;
	padding-left: 1rem;
}

.moteurRecherche input {
	border-color: transparent !important;
	color: #383838;
	border: none;
	height: 58px;
	width: 100%;
	font-weight: 600;
}
input[type="submit"] {
	color: #fff;
}

.moteurRecherche input.square {
	border: 0;
	height: 60px;
	width: 78px;
	font-weight: bold;
	padding: 0 14px;
	font-size: 1.6rem;
}

.moteurRecherche input.rectangle {
	border: 0;
	height: 60px;
	width: 50%;
	font-weight: bold;
	padding: 0 14px;
	font-size: 1.5rem;
}

.vehiculeInput {
	width: 100%;
	display: flex;
	justify-content: space-around;
}

.vehiculeInput > div {
	width: 25%;
}

.rapidAccess {
	background-color: rgba(0, 0, 0, 0.1);
	color: var(--blue-theme);
	padding: 1rem 0;
}

.rapidAccess h2 {
	font-size: 2rem;
	text-align: center;
}

.bandeauOffre {
	/*margin: 3rem 1rem;*/
	margin: 1rem 2.5% 2rem;
}
.bandeauOffre .btnPlayPause {
	display: none;
}

.bandeauOffre img {
	object-fit: contain;
}
.bandeauOffre .activeBubble {
	border: 2px var(--blue-theme) solid;
	background: var(--blue-theme);
}
.bandeauOffre .unactiveBubble {
	border: 2px var(--blue-theme) solid;
}
.bandeauOffre .bubbleBox {
	bottom: -20px;
}
.flexContainer .bandeauOffre .bubbleBox > * {
	min-width: unset;
}
.textSection {
	padding: 0 2% 2%;
}

.textSection > div {
	flex: 1;
	margin: 0 1rem;
}

.textSection p {
	font-size: 0.8rem;
}

.textSection h2 {
	text-align: center;
}

.subItem {
	flex: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}

.subItem > * {
	margin: 1rem;
	/* flex: 1; */
}

.subItem img {
	width: 90%;
}

.marceau {
	transition: all 0.5s ease;
}

.filterNoCar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	font-weight: bold;
	font-style: italic;
}
.filterNoCar span {
	margin-left: 2px;
	text-decoration: underline;
	cursor: pointer;
}
@media all and (max-width: 1500px) {
	.vehicleFinder nav {
		font-size: 1rem;
	}
}
@media all and (max-width: 1400px) {
	.subItem {
		flex-direction: column;
	}

	.textSection > div {
		align-items: unset;
	}
}

@media all and (max-width: 1300px) {
	.vehicleFinder {
		width: 90%;
		margin: 1rem 5%;
	}
	.moteurRecherche input.rectangle {
		padding: 0 10px;
		font-size: 1.4rem;
	}
	.vehicleFinder nav {
		font-size: .8rem;
	}
}
@media all and (max-width: 1200px) {
	.subItem img {
		width: 100%;
	}
	.vehicleFinder nav {
		font-size: .7rem;
	}
}
@media all and (max-width: 1000px) {
	.mainSlider {
		display: none;
	}
	.vehicleFinder nav {
		font-size: 1.13rem;
	}
	

	.flexContainer {
		display: block;
	}
}


@media all and (max-width: 900px) {
	.rapidAccess h2 {
		margin: 0;
	}
	
	.VI_vehicule {
		flex-direction: column;
		justify-content: space-around;
	}

	.vehiculeInput > div {
		width: 100%;
	}

	.VI_vehicule input {
		width: 90%;
		margin: 0.5rem 1rem;
		flex: unset;
	}

	.VI_vehicule .blueBtn {
		align-self: flex-end;
		margin-right: 1rem;
		height: 50px;
		width: 68px;
	}

	.vehicleFinder article {
		padding: 1rem;
	}
	.moteurRecherche input.rectangle {
		padding: 0 7px;
		font-size: 1.2rem;
	}
	.bandeauOffre .imageContainer > * {
		padding: 0;
	}
}

@media all and (max-width: 768px) {
	.textSection > div {
		flex-direction: column;
	}

	.vehicleFinder {
		width: 98%;
		margin: 1%;
	}

	.vehicleFinder nav a {
		font-size: 1rem;
		padding: 0 4px;
	}

	.portailPage ::placeholder {
		font-size: 1rem;
	}

	.portailPage ::placeholder {
		font-size: 1rem;
	}

	.VI_imat ::placeholder {
		font-size: 1.5rem;
	}

	.VI_imat input {
		font-size: 1.5rem;
		padding-left: 1rem;
	}
	.moteurRecherche input.rectangle {
		padding: 0 6px;
		font-size: 1.1rem;
	}
	.VI_commandeRapide {
		flex-wrap: wrap;
	}
	.VI_commandeRapide input.rectangle {
		width: fit-content;
		margin-left: auto;
	}
	
	
	
}

@media all and (max-width: 500px) {
	.vehicleFinder nav {
		display: flex;
		height: unset;
		font-size: 1rem;
		flex-direction: column;
	}
	.vehicleFinder nav a {
		font-size: 0.8rem;
		padding: 8px 0;
	}
	.moteurRecherche input.rectangle {
		padding: 0 4px;
		font-size: 0.9rem;
	}
}
/* @media all and (max-width: 400px) {
} */
