/* Importation des fonts */
@import '../newFont.css';

.ContenantInputBarreRecherche {
	display: none;
	text-align: center;
}
#RechercheArticle {
	color: #e8e3db;
}
#ContenantMenuHeader {
	width: 100%;
	height: auto;
	z-index: 100;
	background-color: #030208;
}
#PreBarreHaut {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: white;
	background-color: #030208;
	text-align: center;
	font-size: 14px;
}
#lientexte > ul > li > a {
	color: #e8e3db;
	font-family: 'Open Sans Regular';
	font-size: 13px;
}

#ContenantMenu {
	width: 100%;
	display: flex;
	flex-wrap: nowwrap;
	justify-content: space-between;
}

.BoutonRejoindre {
	font-family: 'Open Sans Regular';
	transition: 0.3s;
	width: 250px;
	margin-top: 2px;
	margin-left: 14%;
}
.BoutonRejoindre:hover {
	font-size: 15px;
	transition: 0.3s;
}
.BoutonRejoindre > a {
	color: white;
	font-family: 'Open Sans Regular' !important;
}

.boutonContact {
	width: 150px;
	margin-top: 7px;
}
.boutonContact > a {
	background-color: #e8e3db;
	font-family: 'Open Sans Regular' !important;
	height: 18px;
	padding: 8px 20px 8px 20px;
	box-shadow: 0px 8px 16px 0px rgba(251, 250, 250, 0.2);
	transition: 0.2s;
}
.boutonContact:hover {
	font-size: 14px;
	font-weight: bold;
	transition: 0.2s;
}

.material-icons-outlined.IconeBlanc {
	color: #e8e3db;
	font-weight: 400;
	font-size: 28px;
}

#MenuResponsive {
	display: none;
	background-color: #e8e3db;
	padding: 5%;
	font-family: 'Open Sans Regular' !important;
}
#MenuResponsive > div:hover {
	font-weight: 600;
}

.AjoutMenuResponsive {
	display: none;
}

.ContenantInfoClientResponsive {
	display: none;
}
/* menu burger */

#svg-burger {
	width: 5rem;
	height: auto;
	/* margin-top: -240%; */
	margin-left: 20%;
	cursor: pointer;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.path-svg-burger {
	fill: none;
	-webkit-transition: stroke-dashoffset 0.5s
			cubic-bezier(0.25, -0.25, 0.75, 1.25),
		stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
	-o-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25),
		stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
	-webkit-transition: stroke-dashoffset 0.5s
			cubic-bezier(0.25, -0.25, 0.75, 1.25),
		stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
	transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25),
		stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
	stroke-width: 3rem;
	stroke-linecap: round;
	stroke: #e8e3db;
	stroke-dashoffset: 0;
}

path#bottom,
path#top {
	stroke-dasharray: 240px 950px;
}

path#middle {
	stroke-dasharray: 240px 240px;
}

.cross path#bottom,
.cross path#top {
	stroke-dashoffset: -650px;
	stroke-dashoffset: -650px;
}

.cross path#middle {
	stroke-dashoffset: -110.5px;
	stroke-dasharray: 1px 220px;
}

.nav-toggle-label {
	/* display: none; */
	margin-top: -24px;
}

/* fin menu burger */
/* nav */
/* menu dropdown */

.DropdownContentMarque {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.DropdownContentMarque a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.ShowMenuMarque {
	display: block;
}

.RotateMenuMarque {
	transform: rotate(180deg);
}
.burger {
	display: none;
}
#item1 {
	padding-top: 26px;
	height: 80%;
	padding-left: 10px;
	width: 25%;
	display: flex;
	justify-content: right;
	color: white;
}

.logo__bcb__mobile {
	display: none;
}
#item2 {
	text-align: center;
}
#item2 > a > img {
	margin-left: 10%;
}

#item3 {
	width: 24%;
	padding-top: 24px;
	display: flex;
	justify-content: center;
	padding-right: 100px;
	gap: 20px;
}

.ContenantInfoPanier {
	margin-left: -20px;
	margin-top: 10px;
}

.ContenantInputBarreRecherche {
	margin-left: 1%;
	padding-bottom: 10px;
}

#InputRecherche {
	height: 30px;
	width: 50%;
	font-size: 18px;
	font-family: 'Open Sans Regular';
	padding-left: 10px;
	background-color: #e8e3db;
	border: none;
}
#fermer-barre-recherche {
	color: #e8e3db;
	margin-right: 10px;
	padding: 5px;
	cursor: pointer;
}
.ContenantInfoClient {
	float: right;
	margin-top: -25px;
	margin-right: 1%;
}
#MenuResponsive {
	margin-top: 20px;
}
#MenuResponsive > div {
	margin-bottom: 20px;
	margin-left: 15px;
}
@media screen and (max-width: 1300px) {
	#item2 {
		width: 54%;
		display: flex;
		justify-content: center;
		gap: 20px;
	}
}

@media screen and (max-width: 1100px) {
	#item2 {
		display: none;
	}
	.logo__bcb__mobile {
		margin-top: 14px;
		display: block;
	}
	.logo__bcb__mobile > a > img {
		width: 50px;
		height: 40px;
	}
}
@media screen and (max-width: 1200px) {
	/* .nav-toggle-label {
		display: block;
		margin-top: -22px;
	}
	.burger {
		display: block;
	} */
	.ContenantInputBarreRecherche {
		width: 100%;
		text-align: center;
		margin-left: 0;
		margin-top: 10px;
	}
	.ContenantInfoClient {
		display: none;
	}
	#InputRecherche {
		height: 25px;
		width: 85%;
		font-size: 18px;
		font-family: 'Montserrat', sans-serif;
	}

	/* menu dropdown */
	.DropdownContentMarque {
		position: relative;
		background-color: white;
		box-shadow: none;
	}
	.SupprimerMenuDestop {
		display: none;
	}

	#item2 > a > img {
		display: block;
		margin-left: 35%;
		width: 300px;
	}
	#item1 {
		justify-content: start;
		padding-left: 0;
		width: 0;
	}
	.BoutonRejoindre {
		display: none;
	}
	#item3 {
		width: 70%;
		justify-content: end;
		padding-right: 20px;
	}

	#ContenantMenuHeader {
		width: 100%;
		height: auto;
		padding-bottom: 20px;
	}
}

@media screen and (max-width: 900px) {
	.boutonContact {
		display: none;
	}
}
@media screen and (max-width: 800px) {
	#item1 {
		margin-right: 20px;
	}
	.logo__bcb__mobile > a > img {
		margin-left: 30px;
	}
}
@media screen and (max-width: 800px) {
	#item1 {
		margin-right: 40px;
	}
}
@media screen and (max-width: 635px) {
	.boutonContact {
		display: none;
	}
	#item3 {
		padding-right: 0;
	}
}
@media screen and (max-width: 550px) {
	#svg-burger {
		margin-left: -15%;
	}
}
@media screen and (max-width: 410px) {
	.BodyIndex {
		background-size: 100% auto !important;
	}
}
@media screen and (max-width: 1575px) {
	#item3 {
		padding-right: 10px;
	}
	.boutonContact {
		margin-left: -90px;
	}
}
@media screen and (max-width: 500px) {
	#InputRecherche {
		width: 70%;
	}
}
