﻿:root {
	--yellow-theme: #fde900;
	--blue-theme: #014389;
	--grey-theme: rgb(238, 238, 238);
	color-scheme: normal !important;
}
.flexContainer div:first-child{
	min-width:50%;
}
.loupe {
	cursor: zoom-in;
}

.dblcl {
	color: white !important;
	padding-top: 5px;
	display: inline-block;
	font-size: 0.24em;
	cursor: pointer;
}
.dblcl_active {
	color: black !important;
	padding-top: 5px;
	display: inline-block;
	font-size: 0.5em;
	cursor: pointer;
	padding: 5px;
	border: 1px dashed #999;
}

/* Loading box */
#LoadingBox {
	position: fixed;
	z-index: 99999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: whitesmoke;
	/* opacity: 0.65; */
	text-align: center;
	font-size: 10px;
	color: #888;
}

#LoadingBox img {
	max-width: 60%;
}

/* Cookies bar */
#cookiebar {
	opacity: 0.92;
	position: fixed;
	z-index: 9999;
	width: 100%;
	bottom: 0;
	left: 0;
	background: #000;
	color: #fff;
	line-height: 24px;
	text-align: center;
	padding: 30px 0px;
	font-size: 0.9em;
	font-weight: 400;
}

#cookiebar .Row {
	display: block;
}

#cookiebar a,
#cookiebar a:hover {
	color: #fff;
}

#cookiebar .btn-cookie-bar {
	display: inline-block;
	padding: 2px 10px 1px;
	background-color: #fff;
	margin: 0 5px;
	font-size: 0.8em;
	font-weight: 800;
	text-decoration: none;
	border-radius: 4px;
}

#cookiebar .btn-cookie-bar:hover {
	background-color: #ccc;
}

#cookiebar .btn-cookie-bar,
#cookiebar .btn-cookie-bar:hover {
	color: black !important;
}

html {
	scroll-behavior: smooth;
}
/* Commun */
body,
form {
	font-family: "Encode Sans Expanded", "Segoe UI", Arial, sans-serif;
	border: 0;
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
	width: 100%;
	min-height: 100%;
	font-size: 1em;
	font-weight: 400;
}

.noview {
	display: none;
	visibility: hidden;
}

.fl-left {
	float: left;
}

.visiblePC {
}

.visibleMOBILE {
	display: none;
	visibility: hidden;
}

@media (max-width: 990px) {
	.visiblePC {
		display: none;
		visibility: hidden;
	}

	.visibleMOBILE {
		display: inline-block;
		visibility: visible;
	}
}

.marg-0 {
	margin: 0 !important;
}

.pad-0 {
	padding: 0 !important;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
	transition: all 0.5s ease;
	cursor: pointer;
	color: inherit;
}

.talign-center {
	text-align: center;
}
.talign-left {
	text-align: left;
}
.talign-right {
	text-align: right;
}

header {
	height: 100vh;
}

.navYellowBar {
	position: fixed;
	width: 5%;
	height: 100vh;
	background-color: var(--yellow-theme);
	display: flex;
	flex-direction: column;
	box-shadow: 0 5px 5px gray;
	z-index: 999;
}

.headerSeparator {
	width: 100%;
	height: 2px;
	background: var(--blue-theme);
}

.navYellowBar > a,
.navYellowBar .contact3 {
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.navYellowBar .contact3 img,
.navYellowBar a img,
.navYellowBar a i {
	width: 40px;
	color: var(--blue-theme);
}

.navYellowBar a:hover i {
	width: 40px;
	color: var(--yellow-theme);
}
.navYellowBar i {
	display: flex !important;
}
.navYellowBar a:visited {
	color: var(--blue-theme);
}
.hoverItemMenu {
	display: none;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: var(--blue-theme);
	color: var(--yellow-theme);
	width: 0;
	z-index: 5;
}
.hoverItemMenu.MULTIPLE3 {
	bottom: -150%;
	overflow: hidden;
}
.hoverItemMenu.MULTIPLE3::before {
	content: "";
	top: 70px;
	bottom: 0;
	left: 0;
	width: 5vw;
	background: var(--yellow-theme);
	position: absolute;
}
.hoverItemMenu.MULTIPLE3 .icoContainer {
	align-self: baseline;
	margin-top: 15px;
}
.MULTIPLE3 a {
	display: flex;
	align-items: center;
	transition: 0.3s ease;
}
.navYellowBar .MULTIPLE3 a i {
	color: var(--yellow-theme);
	font-size: 1.5em;
}
.navYellowBar .MULTIPLE3 a:visited {
	color: var(--yellow-theme);
}
.navYellowBar .MULTIPLE3 a:hover,
.navYellowBar .MULTIPLE3 a:hover i {
	color: white;
}
.MULTIPLE3 span {
	width: 100%;
	/* margin: 4px 0; */
	margin-left: 23%;
	height: 2px;
	background: var(--yellow-theme);
}

.hoverItemMenu .icoContainer {
	width: 5vw;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hoverItemMenu p {
	position: absolute;
	margin: 0;
	top: 50%;
	right: 10%;
	transform: translateY(-50%);
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
.navYellowBar .contact3 .hoverItemMenu,
.navYellowBar > a .hoverItemMenu {
	transition: width 1s ease;
}
.navYellowBar > a:hover .hoverItemMenu {
	display: flex;
	width: 300px;
	animation: grow 0.3s ease;
}

.navYellowBar .contact3:hover .hoverItemMenu {
	display: flex;
	width: 350px;
	animation: grow 0.3s ease;
}

.navYellowBar .menuMot {
	position: absolute;
	bottom: 2px;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--blue-theme);
	font-size: 0.8rem;
}
@keyframes grow {
	from {
		width: 160%;
	}

	to {
		width: 300px;
	}
}
.navYellowBar > .contact3:hover .hoverItemMenu p,
.navYellowBar > a:hover .hoverItemMenu p {
	animation: lastmomentText 0.3s ease;
}

@keyframes lastmomentText {
	0% {
		opacity: 0;
	}

	75% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.fsMenu {
	width: 100%;
	height: 100vh;
	/* padding-top: 50px; */
	position: fixed;
	z-index: 10;
	overflow-y: auto;
	text-align: center;
}

.greyBkg {
	background: var(--grey-theme);
}

.blueTransparentBkg {
	background-color: rgba(18, 46, 125, 0.8);
}

.searchPanel {
	padding-top: 10%;
}

.searchPanel h2 {
	color: white;
	font-size: 1.8rem;
	text-transform: uppercase;
}

.searchPanel img {
	position: absolute;
	top: 5%;
	left: 10%;
	width: 400px;
}

/*.searchPanel span {
    font-size: 1rem;
    color: white;
}

.searchPanel .ou,
.magasinPage .ou {
    font-size: 1.3rem;
    color: white;
    margin: 0 1rem;
    text-transform: uppercase;
}*/

.fsMenu nav a {
	font-size: 3rem;
	color: #666;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hovDeco {
	display: none;
	width: 60px;
	height: 5px;
	margin: 0 1.5rem;
	background-color: #888;
	margin-top: 5px;
}

nav a:hover .hovDeco {
	display: block;
}

nav ul {
	text-align: center;
}

.closeBtn {
	position: absolute;
	top: 6%;
	right: 10%;
	color: #aaa;
	cursor: pointer;
}

.closeBtn:hover {
	color: #111;
}

a.btn {
	font-size: 0.9rem;
	display: inline-block;
	margin: 10px 0;
	background-color: var(--blue-theme);
	color: white;
	padding: 6px 12px 7px;
}

.settingsCarBox {
	margin-top: 50px;
	width: 100%;
}
.settingsCarBox > a,
.settingsCarBox div {
	border: 1px #999 solid;
	width: 280px;
	height: 60px;
	margin: 0 2rem;
	display: flex;
	justify-content: stretch;
	align-items: center;
	background: white;
}

.settingsCarBox div.blueBox {
	background: var(--blue-theme);
	color: white;
	border: 1px var(--blue-theme) solid;
}

.settingsCarBox .blueBox > p > a,
.settingsCarBox .blueBox > p > a:hover {
	color: white;
}

.settingsCarBox i {
	margin-left: 8px;
	flex: 1;
}

.settingsCarBox p {
	margin: 8px;
	font-weight: bold;
	flex: 4;
	color: #777;
}

.settingsCarBox i {
	color: #777;
}

.settingsCarBox div.blueBox p,
.settingsCarBox div.blueBox i {
	color: white;
}

.settingsCarBox input {
	font-weight: bold;
	flex: 4;
	color: #777;
	height: 100%;
	border: none;
	padding: 0;
	font-size: 1rem;
}

.pageContainer {
	width: 95%;
	margin-left: 5%;
	position: absolute;
	top: 0;
}

.absoluteLogo {
	position: absolute;
	top: 3px;
	left: 2%;
	z-index: 2;
}

.absoluteLogo img {
	max-width: 400px;
}

.smallFixedBurger {
	display: none;
}

.magasinPage {
	position: relative;
}

.brandBar {
	max-width: 100%;
}

.brandBar img {
	width: 100%;
	display: block;
}

.yellowHorizontalBar {
	background-color: var(--yellow-theme);
	padding: 2rem 20%;
	margin-bottom: 1rem;
	display: flex;
	justify-content: space-around;
	align-items: center;
	font-weight: bold;
	color: var(--blue-theme);
}

.yellowHorizontalBar > div {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.yellowHorizontalBar img {
	width: 70px;
	height: 70px;
	object-fit: contain;
}

.yellowHorizontalBar p {
	text-align: center;
	margin: 0;
}

.yellowHorizontalBar b {
	text-transform: uppercase;
}

.bonPlanBar {
	background-color: var(--blue-theme);
	position: relative;
	margin: 5rem 0 4rem;
	padding: 0 20%;
	display: flex;
	align-items: center;
	height: 100px;
}

.bonPlanBar > * {
	flex: 1;
}

.bonPlanBar > img {
	position: absolute;
	transform: translateX(-100%);
	top: 0px;
}

.bonPlanBar label {
	font-size: 1.7rem;
	color: white;
}

.bonPlanBar div {
	display: flex;
	flex-wrap: wrap;
	height: 40px;
	width: 100%;
}

.bonPlanBar button {
	background-color: var(--yellow-theme);
	color: var(--blue-theme);
	text-transform: uppercase;
	font-weight: bold;
	border: none;
	padding: 0 2rem;
	cursor: pointer;
	font-size: 1.1rem;
}

.bonPlanBar input {
	border: none;
	height: 38px;
	padding: 0;
	padding-left: 1rem;
	flex: 1;
	min-width: 43%;
}
.bonPlanBar #BtnNewsletter {
	background-color: var(--yellow-theme);
	color: var(--blue-theme);
	text-transform: uppercase;
	font-weight: bold;
	border: none;
	padding: 0 2rem;
	cursor: pointer;
	font-size: 0.8rem;
	text-align: center;
}
.bonPlanBar #BtnNewsletter:hover {
	opacity: 0.7;
}

.bonPlanBar .rslt {
	color: white;
	font-size: 0.7em;
	width: 100%;
	padding-top: 5px;
	font-weight: 400;
}

.btnsUser {
	text-align: center;
	font-size: 0.63rem;
}
.linkImg {
	margin-left: auto !important;
}
.btnsUser a {
	display: inline-block;
	padding-left: 12px;
	color: var(--blue-theme);
	white-space: nowrap;
}

footer {
	padding: 0 3%;
	color: var(--blue-theme);
	font-size: 0.8rem;
	font-weight: 500;
}

footer img {
	max-width: 300px;
	min-width: 100px;
}

footer section {
	margin-top: 1rem;
	min-height: 200px;
	align-items: center;
}
/* footer section > div {
    padding: 0.5rem;
} */
footer h3,
footer h4 {
	margin: 0;
	text-transform: uppercase;
	font-size: 1rem;
}

footer h3 {
	font-size: 1.2rem;
}

footer h4 {
	font-size: 1rem;
}

footer > p {
	width: 100%;
	text-align: center;
}

footer a {
	color: var(--blue-theme);
}

.separator {
	width: 2px;
	background-color: var(--blue-theme);
	height: 200px;
	opacity: 0.8;
}

.blueBtn {
	background-color: var(--blue-theme);
	color: white;
	height: 60px;
	width: 78px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5em;
	font-weight: bold;
	font-style: normal;
	cursor: pointer;
}
.blueBtn.disabled {
	background-color: gray;
}
.form-input {
	flex: unset !important;
}

.form-drpLst {
	flex: unset !important;
	height: 60px;
	border: 0;
	padding: 0 5px;
	font-size: 1.3rem;
	color: #777;
	border: 1px solid white;
}
.form-drpLst-tlk {
	flex: unset !important;
	height: 60px;
	border: 0;
	padding: 0 5px;
	font-size: 1.3rem;
	color: #777;
	border: 0;
}
/* Correction Telerik */
.RadComboBox.form-drpLst-tlk table {
	height: 60px !important;
}
.RadComboBox.form-drpLst-tlk .rcbInput,
.RadComboBox_MetroTouch.form-drpLst-tlk .rcbInput {
	height: 50px !important;
}
.RadComboBox.form-drpLst-tlk .rcbArrowCell a,
.RadComboBox_MetroTouch.form-drpLst-tlk .rcbArrowCell a {
	width: 40px !important;
	background-position: -5px -58px !important;
}

.RadComboBoxDropDown .rcbItem,
.RadComboBoxDropDown .rcbHovered,
.RadComboBoxDropDown .rcbDisabled,
.RadComboBoxDropDown .rcbLoading,
.RadComboBoxDropDown .rcbCheckAllItems,
.RadComboBoxDropDown .rcbCheckAllItemsHovered {
	padding: 3px 10px !important;
	font-size: 1rem !important;
	border-bottom: 1px dashed #d8d8d8;
	cursor: pointer;
	font-weight: 500 !important;
}

.RadComboBox_MetroTouch.form-drpLst-tlk .rcbFocused .rcbArrowCell {
	border-color: #828282 !important;
	background-color: #828282 !important;
}
.RadComboBox_MetroTouch.form-drpLst-tlk .rcbFocused .rcbInputCell {
	border-color: #828282 !important;
}
.RadComboBoxDropDown_MetroTouch .rcbSeparator {
	margin-top: 0 !important;
	border-bottom: 0 !important;
	color: #fde900 !important;
	background-color: #014389 !important;
	font-weight: 400 !important;
	font-size: 0.8rem !important;
	padding: 2px 6px !important;
}
.RadComboBox_MetroTouch.form-drpLst-tlk .rcbInput {
	font-weight: 600 !important;
	font-size: 1.34rem !important;
	text-transform: uppercase !important;
	font-style: normal !important;
}

/* Bar voiture dans catalogues et sous-page */
.greyImgBackground {
	background: url(/images/fond.jpg);
	background-size: cover;
}

.currentVehicule {
	/* width: 100%; */
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 5%;
	flex-wrap: wrap;
	background-color: rgba(255,255,255,.3);
	background: linear-gradient(180deg, rgba(255,255,255,.22) 0%, rgba(255,255,255,.45) 48%, rgba(255,255,255,.22) 100%);
}

.currentVehicule > img {
	max-height: 80px;
    object-fit: contain;
    border: 1px solid #424242;
    border-radius: 3px;
    border-bottom: 3px solid #1e1e1e;
}
.currentVehicule .carNameBox {
	flex: 2;
	/* flex: 1 1 30%; */
	max-width: 50%;
	margin-left: 2rem;
	padding: 5px 0; /* new added 29/11/2022 */
}
currentVehicule h2 {
	 margin: 0;
    font-size: 1.14rem;
    text-transform: uppercase;
    font-weight: 700;
    /* color: #444; */
    color: #000;
    min-width: 240px;
    margin-right: 1rem;
    width: 100%;
}

/* -- old OK ---
.currentVehicule h3 {
	margin: 0;
	margin-left: 1rem; 
	font-size: 1.2rem;
	font-weight: 600;
	color: #444;
}*/

.currentVehicule h3 {
	margin: 0;
    font-size: .94rem;
    font-weight: 700;
    color: #000;
    padding-bottom: 3px;
    border-bottom: 1px solid #b7b7b7;
    margin-bottom: 4px;
}

.currentVehicule h4 {
	margin: 0;
    font-size: 0.76rem;
    font-weight: 500;
    /*color: #444;*/
	color: #4e4e4e;
    line-height: 1.1em;
    vertical-align: middle;
    width: 100%;
	padding-left: 3px;
}
.currentVehicule h4:first-child {
	min-width: 240px;
	margin-right: 1rem;
}
/* .currentVehicule h4:last-child {
	margin-left: 1rem;
} */
.currentVehicule h4 label {
	font-weight: 800;
	color: #0f335a;
}

.btnBoxCurrentVehicle {
	display: flex;
	margin-left: 1rem;
}
.btnBoxCurrentVehicle div,
.btnBoxCurrentVehicle a {
	width: 110px;
	height: 75px;
	margin: 0 1px 0 0;
	border: 1px var(--blue-theme) solid;
	color: var(--blue-theme);
	/* background-color: white; */
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	text-transform: uppercase;
	text-align: center;
	padding: 0.5rem 0;
	transition: 0.3s ease;
	border-radius: 2px;
}
.btnBoxCurrentVehicle .act {
	background: rgba(255, 255, 255, 0.5);
	border: 3px var(--blue-theme) dotted;
	height: calc(75px - 4px);
}
.btnBoxCurrentVehicle > *:last-child {
	/*border-right: 2px var(--blue-theme) solid;*/
}
.btnBoxCurrentVehicle div:hover,
.btnBoxCurrentVehicle a:hover {
	background: rgba(255, 255, 255, 0.5);
	/* border-color: black; */
	border: 1px var(--blue-theme) dotted;
}

.btnBoxCurrentVehicle div img,
.btnBoxCurrentVehicle a img {
	width: 90%;
	width: 50px;
	object-fit: contain;
}
.btnBoxCurrentVehicle div span,
.btnBoxCurrentVehicle a span {
	width: 100%;
	font-size: 0.72rem;
	font-weight: bold;
	text-align: center;
	/* color: gray; */
}

/* .btnBoxCurrentVehicle img {
	height: 40px;
} */

/* .btnBoxCurrentVehicle {
	color: gray;
} */

.btnBoxCurrentVehicle .magasinierBtn img {
	width: 42px;
}
.magasinier {
	padding: 2% 5%;
	border-top: 5px var(--blue-theme) solid;
	border-bottom: 5px var(--blue-theme) solid;
	background: var(--grey-theme);
}
.magasinier article {
	text-transform: uppercase;
	display: flex;
	flex-wrap: wrap;
}
.magasinier article label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 8px 1%;
	padding: 1%;
	width: 29%;
	background: white;
	border-radius: 4px;
	cursor: pointer;
}
.magasinier article label:hover {
	background: var(--blue-theme);
	transition: all 0.3s ease;
	color: white;
}
.magasinier article label b {
	margin: 0 8px;
}
.magasinier article input {
	height: 30px;
	width: 30px;
	color: inherit;
}
.magasinier article input[type="number"] {
	width: 60px;
	background-color: transparent;
	text-align: center;
	font-size: 1.1rem;
	border: none;
	border-bottom: 1px solid #000;
	outline: none;
	font-weight: bold;
}
.magasinier article input[type="checkbox"] {
	width: 42px;
	cursor: pointer;
}
.magasinier article small {
	margin-left: 1rem;
}
.magValidBox {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.magValidBox .blueBtn {
	width: auto;
	padding: 0 1rem;
	font-size: 1.2rem;
	border: 0;
	height: 50px;
}
.magValidBox label a {
	text-decoration: underline dotted;
	margin: 0 2px;
}
.magValidBox input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin-right: 6px;
}
.magValidBox label {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.filArianne,
.filArianne > * {
	display: contents;
	align-items: center;
	color: gray;
	font-size: 0.9rem;
	margin-top: 1rem;
}
.filArianne .firstImg {
	margin-left: 5%;
}

.filArianne .fa-chevron-right {
	margin: 0 12px 0 4px;
}

.filArianne img {
	height: 1em;
	filter: grayscale(1) brightness(0.7);
	margin-right: 4px;
}

.filArianne .fa-book-open {
	margin-top: 4px;
	margin-right: 4px;
	font-size: 1em;
}

.filArianne a label {
	cursor: pointer;
}

.EmptyListBox {
	padding: 40px 2.2% 60px;
	font-size: 1rem;
}
.EmptyListBox .elb1 {
	font-size: 1em;
	font-weight: 600;
}
.EmptyListBox .elb2 {
	font-size: 0.9em;
	font-weight: 400;
}

.refFinder {
	display: flex;
	justify-content: flex-end;
	position: relative;
	border: 1px gray solid;
	border-radius: 8px;
	/* overflow: hidden; */
	width: 600px;
	max-width: 90vw;
	/* margin-bottom: 0.5rem; */
}

.refFinder div {
	display: flex;
	align-items: center;
	background-color: white;
	flex: 1;
	margin-left: 8px;
	/* margin-right: 5%; */
	/* border: 1px gray solid; */
}

.refFinder .blueBtn {
	height: 55px;
	width: 55px;
	color: white;
	box-shadow: 0 0 0 1px var(--blue-theme);
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.refFinder input {
	padding: 0;
	border: none;
	height: 50px;
	width: 100%;
	text-transform: uppercase;
	font-size: 1rem;
	outline: none;
}
.refFinder i,
.refFinder img {
	color: rgb(245, 243, 243);
	margin: 0 1rem;
}
.sticky {
	position: sticky;
	top: 0;
	z-index: 1;
}
.filterBar {
	background-color: var(--grey-theme);
	display: flex;
	justify-content: space-between;
	padding: 8px 5%;
	align-items: center;
}

.catalogueNav {
	position: relative;
	display: flex;
}

.catalogueNav p {
	margin-left: 3rem;
	color: #aaa;
}

.yellowBtn {
	background-color: var(--yellow-theme);
	color: var(--blue-theme);
	text-transform: uppercase;
	display: flex;
	align-items: center;
	padding: 0.5rem;
	font-weight: 700;
}

.yellowBtn i {
	margin: 0 0.5rem;
}

.filterBtn {
	background-color: var(--blue-theme);
	color: white;
	text-transform: uppercase;
	padding: 0.5rem;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	cursor: pointer;
}

.filterBtn i {
	margin: 0 0.5rem;
}

.filters {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	background: var(--yellow-theme);
}

.filters .tri select {
	padding: 0;
	border: none;
	color: gray;
	height: 50px;
	width: 320px;
	text-transform: uppercase;
	font-size: 1rem;
	margin-left: 1rem;
	padding-left: 1rem;
}

.navYBtn {
	position: absolute;
	background: white;
	height: fit-content;
	top: 2rem;
	width: 300px;
	z-index: 1;
	border: 1px gray solid;
}

.backCatalogue {
	padding: 0 5%;
}

.backCatalogue a {
	color: grey;
	display: flex;
	align-items: center;
	margin: 0.5rem 0;
}

.backCatalogue i {
	margin: 0 0.5rem;
}

.messageGlobal {
	position: fixed;
	background-color: white;
	padding: 3rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 4;
}

.messageGlobal i {
	position: absolute;
	font-style: normal;
	font-weight: bold;
	font-size: 1rem;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.magasinPage {
	position: relative;
	/* position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	z-index: 10; */
}
.currentpage {
	background: var(--blue-theme);
}
.currentpage .hoverItemMenu {
	display: flex;
	width: 5vw;
	justify-content: center;
	align-items: center;
}

.currentpage p {
	display: none;
}
.navYellowBar .currentpage i {
	color: var(--yellow-theme) !important;
}
.currentpage:hover p {
	display: block;
}
.currentpage:hover .hoverItemMenu {
	justify-content: space-between;
}
.more_refs_title {
	text-align: center;
	background-color: #014389;
	color: white;
	padding: 20px;
	font-size: 1.2rem;
	margin-top: 30px;
}
.more_refs_title span {
	font-size: 0.8rem;
}

@media all and (max-width: 1550px) {
	.btnBoxCurrentVehicle div,
	.btnBoxCurrentVehicle a {
		width: 90px;
		height: 65px;
	}
	.btnBoxCurrentVehicle .act {
		height: calc(65px - 4px);
	}
	.btnBoxCurrentVehicle div img,
	.btnBoxCurrentVehicle a img {
		width: 35px;
	}
	.btnBoxCurrentVehicle div span,
	.btnBoxCurrentVehicle a span {
		font-size: 0.6rem;
	}
	.btnBoxCurrentVehicle .fa-car {
		font-size: 2.3em;
	}
	.currentVehicule h2,
	.currentVehicule h3 {
		font-size: 1.2rem;
	}
}

@media all and (max-width: 1450px) {
	.yellowHorizontalBar {
		padding: 1rem 10%;
	}

	footer {
		/*padding: 0 1% 0 2%;*/
	}
	/* footer .flex1 {
        flex: 2;
    } */
	.footerInfos {
		flex-wrap: wrap;
	}
}

@media all and (max-width: 1300px) {
	.hide1300 {
		display: none !important;
	}
}
@media all and (max-width: 1200px) {
	.btnBoxCurrentVehicle {
		width: 100%;
		justify-content: center;
		margin: 0.5rem 0;
	}
	.absoluteLogo img {
		max-width: 300px;
	}

	.navYellowBar {
		width: 7%;
	}

	.pageContainer {
		width: 93%;
		margin-left: 7%;
	}

	.bonPlanBar {
		padding: 0 4% 0 23%;
	}

	.bonPlanBar > img {
		left: 25%;
	}

	.bonPlanBar label {
		font-size: 1.2rem;
	}

	footer section {
		flex-wrap: wrap;
	}

	.orderA {
		flex: unset;
		width: 100%;
		border-bottom: 1px var(--blue-theme) solid;
		margin-bottom: 1rem;
	}

	.orderA .flex {
		justify-content: space-evenly;
	}

	footer .separator {
		display: none;
	}

	.orderD {
		flex: unset;
		width: 100%;
		padding-left: 0;
		margin-bottom: 2rem;
	}

	.orderB,
	.orderC {
		order: 1;
	}
}

@media all and (max-width: 1100px) {
	.settingsCarBox {
		margin-left: 2%;
	}
	.settingsCarBox a,
	.settingsCarBox div {
		margin: 0 1%;
	}

	/* .currentVehicule h2 {
		font-size: 1.7rem;
	}

	.currentVehicule h3 {
		font-size: 1.4rem;
	}

	.currentVehicule > img {
		max-height: 80px;
	} */
	/* .btnBoxCurrentVehicle div,
	.btnBoxCurrentVehicle a {
		width: 80px;
		height: 80px;
	} */

	.btnBoxCurrentVehicle a span {
		font-size: 0.6rem;
	}

	.filterBar {
		padding: 1% 1% 1% 5%;
	}
}

@media all and (max-width: 990px) {
	nav a:hover .hovDeco {
		display: none;
	}

	.navYellowBar {
		display: none;
	}

	.settingsCarBox input {
		font-size: 0.9rem;
	}

	.settingsCarBox {
		flex-wrap: wrap;
		margin-left: 0;
	}
	.settingsCarBox a,
	.settingsCarBox div {
		width: 39%;
	}

	.settingsCarBox div.blueBox {
		order: 3;
		width: 80%;
		margin-top: 1rem;
	}

	.fsMenu nav a {
		font-size: 2.8rem;
	}

	.fsMenu {
		overflow: auto;
	}

	.pageContainer {
		width: 100%;
		margin-left: 0;
	}

	.brandBar {
		display: none;
	}

	.bonPlanBar {
		height: 170px;
		flex-direction: column;
		padding: 1rem;
		justify-content: flex-end;
		margin-top: 2rem;
		font-weight: bold;
	}

	.bonPlanBar * {
		flex: unset;
	}

	.bonPlanBar img {
		transform: unset;
		top: -20px;
		left: 0;
	}

	.bonPlanBar label {
		font-size: 1.6rem;
		width: 100%;
		text-align: end;
	}

	.bonPlanBar input {
		font-size: 1.2rem;
	}

	.yellowHorizontalBar {
		padding: 1rem 0;
	}

	.orderA,
	.orderD {
		padding-right: 0;
	}

	.orderB,
	.orderC {
		text-align: center;
	}

	.filArianne {
		display: none;
	}

	.refFinder div {
		margin-right: 0;
	}

	.filterBar .refFinder input {
		width: 50vw;
	}

	footer > p {
		margin: 1rem 0 !important;
	}
	.magasinier label {
		font-size: 0.8rem;
	}
	.magasinier .magValidBox .blueBtn {
		font-size: 0.9rem;
	}
}

@media all and (max-width: 800px) {
	.filters {
		flex-direction: column;
		height: fit-content;
		padding: 1rem;
	}

	.tri {
		flex-direction: column;
		align-items: flex-start;
	}

	.tri label {
		margin-bottom: 0.5rem;
	}

	.filters .tri select {
		margin-left: 0;
		width: unset;
		max-width: 80vw;
	}
}

@media all and (max-width: 768px) {
	.blueBar {
		height: 130px;
		justify-content: center;
	}
	.hide768 {
		display: none !important;
	}
	.blueBar > div {
		flex-direction: column;
	}

	/*.blueBar .ou {
        margin: 0.3rem !important;
    }*/

	.yellowHorizontalBar {
		display: none;
	}

	.fsMenu ul {
		padding-left: 0;
	}

	.fsMenu nav a {
		font-size: 2.4rem;
	}

	.fsMenu img {
		max-width: 80%;
	}

	.currentVehicule {
		padding: 1%;
	}

	/* .currentVehicule h2 {
		font-size: 1.4rem;
	}

	.currentVehicule h3 {
		font-size: 1.1rem;
	} */

	.currentVehicule > img {
		max-height: 50px;
	}
	/* .btnBoxCurrentVehicle div,
	.btnBoxCurrentVehicle a {
		margin: 0 4px;
	} */

	.settingsCarBox input {
		font-size: 0.7rem;
	}

	.filters .tri select {
		width: 80vw;
	}

	.filters input {
		width: 60vw;
	}
	.closeBtn {
		top: 3%;
		right: 5%;
	}
}

@media all and (max-width: 600px) {
	.smallFixedBurger {
		position: absolute;
		top: 8px;
		right: 8px;
		color: #999;
		display: block;
	}

	.settingsCarBox {
		flex-direction: column;
	}
	.settingsCarBox a,
	.settingsCarBox div {
		width: 97.5%;
		margin-top: 16px;
	}
	.settingsCarBox div.blueBox {
		order: 3;
		width: 98%;
		margin-top: 1rem;
	}
	.settingsCarBox input {
		font-size: 1em;
	}

	.city img {
		display: none;
	}

	footer > p {
		margin: 0;
	}
	.magasinier article label {
		width: 46%;
	}
}

@media all and (max-width: 500px) {
	.bonPlanBar img {
		width: 40%;
	}

	.bonPlanBar button,
	.bonPlanBar input {
		padding: 0 0.6rem;
		font-size: 0.8rem;
		height: 40px;
	}

	.fsMenu nav a {
		font-size: 1.8rem;
	}

	.currentVehicule {
		padding: 1%;
		padding-top: 2%;
		flex-wrap: wrap;
	}

	.btnBoxCurrentVehicle {
		width: 100%;
		justify-content: space-evenly;
		margin-top: 1rem;
		flex-wrap: wrap;
	}
	.btnBoxCurrentVehicle div,
	.btnBoxCurrentVehicle a {
		margin-bottom: 8px;
	}
	.refFinder {
		justify-content: flex-start;
	}

	.filterBar .refFinder input {
		width: 63vw;
	}

	.refFinder input {
		font-size: 0.7rem;
	}

	.refFinder div {
		margin: 0 5%;
		width: 90%;
	}

	.refFinder .blueBtn {
		font-size: 1.1em;
	}
	.currentVehicule .carNameBox {
		margin-left: 10px;
		max-width: unset;
	}
}
@media all and (max-width: 400px) {
	.magasinier article label {
		width: 96%;
	}
	.currentVehicule {
		flex-direction: column;
	}
	.absoluteLogo img {
		max-width: 70vw;
	}
}
@media all and (max-width: 350px) {
	.fsMenu nav a {
		font-size: 1.5rem;
	}
	.bonPlanBar {
		height: auto;
	}
}

#PPCadCart {
	position: fixed;
	z-index: 999990;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(20, 20, 20, 0.72);
	font-size: 1em;
	display: none;
}

#PPCmain {
	position: fixed;
	z-index: 999991;
	width: 100%;
	height: 270px;
	margin-left: 0;
	font-size: 1em;
	color: #222;
}

.PPCint {
	position: relative;
	width: 94%;
	max-width: 720px;
	height: 100%;
	background-color: #fff;
	margin: 0 auto;
	padding-top: 24px;
	border-top: 10px solid white;
}

.PPCint .PPCbtnClose {
	position: absolute;
	right: -2px;
	top: -12px;
	z-index: 999999;
	width: 36px;
	height: 36px;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.PPCint .PPCbtnClose img {
	width: 100%;
	height: 100%;
}

.PPCint .PPCbtnClose:hover {
	opacity: 0.5;
}

#PPCmain .PPCiframe {
	z-index: 999993;
	/* position: absolute; */
	width: 100%;
	height: 80% !important;
	margin: 0 auto;
}

#PPCmain .PPCiframe label {
	z-index: 999993;
	width: 100% !important;
	height: 100% !important;
}

#PPCmain .PPCiframe label iframe {
	z-index: 999992;
	width: 100%;
	height: 100%;
	margin: auto;
}

#PPCmain .PPCbtns {
	z-index: 999994;
	/* position: absolute; */
	width: 94%;
	height: 50px;
	padding-left: 0;
	bottom: 0;
	text-align: right;
	background-color: #fff;
}

#PPCmain .PPCbtns .fas {
	margin-right: 5px;
	font-size: 1.09em;
}

#PPCmain .PPCbtns a {
	display: inline-block;
	font-size: 0.72rem;
	height: 28px;
	line-height: 27px;
	vertical-align: middle;
	margin: 5px 0 0 0;
	padding: 0 12px;
	border: 1px solid #fff;
	background-color: var(--blue-theme);
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#PPCmain .PPCbtns a.active {
	background-color: #eb0100;
	color: #fff;
}

#PPCmain .PPCbtns a:hover {
	background-color: #fff;
	color: var(--blue-theme);
	border: 1px solid var(--blue-theme);
}

@media (max-width: 990px) {
	#PPCmain .PPCbtns a {
		font-size: 0.78em;
	}
}
@media (max-width: 770px) {
	#PPCmain .PPCbtns a {
		font-size: 0.7em;
		padding: 0 4%;
	}
}

.plaque-catalog {
	background-color: #fff;
	border-left: 15px solid #005caa;
	border-right: 15px solid #005caa;
	border-top: 1px solid #005caa;
	border-bottom: 1px solid #005caa;
	padding: 1px 7px;
	font-size: 1.4rem;
	font-weight: 700;
	border-radius: 3px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.plaque-cart {
	display: inline-block;
	background-color: #e2e2e2;
	padding: 0 5px 1px;
	border-radius: 4px;
	border-left: 4px solid #014389;
	border-right: 4px solid #014389;
	color: black;
	font-size: 0.86em;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.refFinder .results {
	position: absolute;
	top: 100%;
	z-index: 1;
	display: flex;
	flex-direction: column;
	left: 0;
	right: 0;
	max-height: 300px;
	overflow: auto;
	box-shadow: 0px 4px 4px 0 #7777;
	padding: 4px;
	margin-left: 0;
}
.refFinder .results a {
	display: block;
	width: calc(100% - 6px);
	cursor: pointer;
	transition: 0.5s ease;
	padding: 3px;
	background: #fff;
	text-align: left;
}
.refFinder .results a:hover {
	background: #ddd;
}

.PopUp {
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: 0.5s ease;
}
@keyframes scaleOnOpen {
	from {
		transform: scale(0);
	}
}
.PopUp > section {
	width: 80%;
	max-height: 80%;
	box-shadow: 2px 2px 8px 0px #0004;
	background: #fefefe;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	animation: scaleOnOpen 0.5s ease;
}
.PopUp i.closepopup {
	position: absolute;
	cursor: pointer;
	color: #eee;
	transition: 0.5s ease;
}
.PopUp i.closepopup:hover {
	color: #000;
}
.PopUp .closepopup {
	top: 10px;
	right: 1rem;
	font-size: 2em;
}

.RadComboBoxDropDown .rcbScroll .rcbList {
	overflow-y: auto;
	height: 100%;
}

.btnHaynes {
	border: 1px #aaa solid;
	color: white;
	background-color: var(--blue-theme);
	padding: 0.8em 1.4em 0.9em;
	cursor: pointer;
	font-weight: 500;
	border-radius: 4px;
	font-size: 0.9rem;
	transition: 0.5s ease;
	box-shadow: 0 0 3px 0 transparent;
}
.btnHaynes.off {
	color: #aaa;
	pointer-events: none;
	background: #eee;
}
.btnHaynes.bigone {
	text-transform: uppercase;
	width: fit-content;
	margin-left: auto;
	font-size: 1rem;
	background: var(--blue-theme);
	color: white;
	padding: 1em 2em;
}
.btnHaynes:hover {
	box-shadow: 0 0 3px 0 var(--blue-theme);
}
