.incHeader {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}
.headerContent {
	width: 1000px;
}
.headerBgImg {
	background: url(/images/wallpapers/header.jpg) no-repeat;
	background-size: cover;
	padding: 1rem 0;
}
.incHeader > section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.headLogo {
	/* width: 34%; */
	flex: 1 1 300px;
}
.headLogo img {
	max-width: 100%;
	object-fit: contain;
}
.incHeader .VehiculeFinder {
	align-self: baseline;
}
.incHeader .VehiculeFinder span {
	font-size: 1.1rem;
}
.incHeader .panier {
	margin: 0 8px;
	padding: 0 8px;
	background: #666;
	border: 2px #666 solid;
	color: white;
	height: 45px;
	display: flex;
	align-items: center;
	box-shadow: 0 0 16px 0 #ccc;
	cursor: pointer;
	transition: 0.5s ease;
}
.incHeader .panier:hover {
	background: white;
	color: #666;
}
.incHeader .panier i {
	margin: 0 8px;
}
.incHeader .panier .totalBtn {
	font-size: 2rem;
	font-weight: 900;
	margin-left: 12px;
}
.btnMonCompte {
	height: 45px;
	display: flex;
	align-items: center;
	background: #e6e6e6;
	box-shadow: 0 0 16px 0 #ccc;
	cursor: pointer;
	transition: 0.5s ease;
	border: 2px #e6e6e6 solid;
}
.btnMonCompte:hover {
	border-color: var(--color-1);
}
.btnMonCompte img {
	margin: 0 12px;
	color: var(--color-1);
	height: 26px;
}
.btnMonCompte p {
	margin: 0 8px 0 4px;
	font-weight: 600;
	font-size: 1.1rem;
}
.btnMonCompte span {
	color: var(--color-1);
	text-transform: uppercase;
	font-size: 1.2rem;
}

.SearchRef {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	height: 49px;
	flex: 1;
	max-width: 90%;
	margin: 0 8px;
	box-shadow: 0 0 8px 0 #ccc;
}
.SearchRef img {
	width: 40px;
	margin: 0 4px;
	object-fit: contain;
}
.SearchRef .fa-search {
	color: var(--color-1);
	margin: 0 8px;
	font-size: 1.1em;
}
.SearchRef input {
	height: 100%;
	border: none;
	outline: none;
	width: 100%;
	padding: 0;
}
.SearchRef input[type="submit"] {
	width: 60px !important;
	cursor: pointer;
	background-color: #969696;
	color: #f9f9f9;
	font-weight: 700;
	border-radius: 0;
	transition: 0.7s;
}
.SearchRef input[type="submit"]:hover {
	background-color: #d40909;
}

.icoBox i {
	font-size: 1.4em;
}
.icoBox .panier {
	position: relative;
}
.city_choice_cont {
	position: relative;
	z-index: 4;
}
.city_choice_cont .city_select {
	display: none;
	position: absolute;
	top: 100%;
	z-index: 3;
	right: 0;
	left: 0;
	box-shadow: 2px 4px 6px 0 #3335;
}
.city_choice_cont:hover .city_select {
	display: block;
}
.city_select a {
	display: block;
	background: white;
	width: calc(100% - 8px);
	padding: 8px;
	margin: 0;
	cursor: pointer;
	transition: 0.5s ease;
	text-transform: uppercase;
}
.city_select a:hover {
	background: #ddd;
}

@media all and (max-width: 1200px) {
	.topHead {
		flex-wrap: wrap;
	}
	.headLogo {
		flex: unset;
		width: 100%;
		text-align: center;
	}
	.headLogo img {
		max-width: 400px;
	}
	.headerContent {
		width: 100%;
	}
	.headerContent.mo2 {
		margin-left: 0;
	}
}

@media all and (max-width: 900px) {
	.action_head {
		flex-wrap: wrap;
	}
	.action_head .SearchRef {
		flex: unset;
		width: 100%;
		max-width: 100%;
		margin-top: 8px;
		order: 1;
	}
	.action_head .icoBox {
		margin-left: auto;
	}
}

@media all and (max-width: 768px) {
	.topHead {
		flex-wrap: wrap;
		padding-top: 5px;
	}
}

@media all and (max-width: 700px) {
	.incHeader {
		flex-direction: column;
		justify-content: flex-start;
	}
	.icoBox {
		flex-direction: row;
	}
	.incHeader .panier {
		box-shadow: none;
	}
	.btn_nosmag {
		margin: 8px 0;
	}
}
@media all and (max-width: 500px) {
	.headLogo img {
		width: 76%;
		margin-left: 12%;
	}
	.incHeader .panier .totalBtn {
		font-size: 1.3rem;
	}
	.icoBox i {
		font-size: 1.1em;
	}
	.btnMonCompte span {
		font-size: 0.9rem;
	}
	.incHeader .panier i {
		margin: 0 4px;
	}
	.btnMonCompte img {
		margin: 0 4px;
	}
	.panier .qtt::before {
		content: "(";
	}
	.panier .qtt::after {
		content: ")";
	}
	.detailsAndRef {
		display: none;
	}
	.btnMonCompte p {
		font-size: 0.9rem;
	}
}
@media all and (max-width: 410px) {
	.SearchRef {
		order: 1;
		margin: 0 auto 8px;
	}
	.icoBox {
		justify-content: flex-end;
		width: 100%;
		margin-top: 10px;
		margin: 0;
		margin-left: unset;
	}
	.icoBox i {
		font-size: 1.5em;
	}
}
