.mbsearchbarlight.search-bar-container {
	background-color: transparent;
	position: relative;
	display: block;
	float: left;
	z-index: 80;
	width: 100%;
	height: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

.mbsearchbarlight .search-bar {
	font-family: "roboto";
	font-size: 1em;
	line-height: normal;
	color: #404953;
	width: 100%;
	height: 50px;
	max-width: 900px;
	border: 1px solid #e52a07;
	background-color: #ffffff;
	border-radius: 10px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: block;
	float: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mbsearchbarlight .mainsearch {
	display: block;
	float: left;
	width: calc(100% - 160px);
	height: 50px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mbsearchbarlight .link_container {
	display: block;
	float: right;
	height: 48px;
	width: 160px;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #e52a07;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.mbsearchbarlight a.recherche-avancee:link,
.mbsearchbarlight a.recherche-avancee:visited {
	display: block;
	float: left;
	padding-left: 1px;
	padding-right: 1px;
	height: 25px;
	margin-top: 14px;
	font-size: 1.0rem;
	line-height: 20px;
	font-weight: 500;
	color: #343b43;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.mbsearchbarlight a.recherche-avancee span:hover {
	color: #e52a07;
}


.mbsearchbarlight .hidden {
	display: none !important;
	visibility: hidden !important;
}

.mbsearchbarlight .select-bloc {
	float: left;
	height: 49px;
	width: 164px;
	display: block;
	border-right: 1px solid #e52a07;
	position: relative;
}

.mbsearchbarlight.combohidden .select-bloc {
	display: none;
}

.mbsearchbarlight .selectedtext {
	display: none;
}

.mbsearchbarlight .select-bloc select {
	float: left;
	width: 165px;
	height: 50px;
	padding-right: 30px;
	text-align: center;
	text-transform: uppercase;
	font-family: "Roboto";
	font-size: 1rem;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: right;
	color: #19373e;
	text-align: center;
	text-transform: uppercase;
	border: none;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.mbsearchbarlight .select-bloc select::-ms-expand {
	display: none;
}

.mbsearchbarlight .select-bloc select option,
.mbsearchbarlight .select-bloc select option:checked {
	color: #343b43;
	width: 120px;
}

.mbsearchbarlight .select-bloc::after {
	color: #343b43;
	font-family: 'glyphicons_tl';
	content: '\e114';
	position: absolute;
	font-size: 1.0em;
	text-align: left;
	font-weight: 400;
	font-style: normal;
	bottom: 14px;
	right: 10px;
}

.mbsearchbarlight .select-bloc select:hover {
	color: #e52a07;
}

.mbsearchbarlight .label-input {
	display: none;
}


.mbsearchbarlight .mainsearch input.search-input::placeholder {
	color: #333333;
	font-family: "Roboto";
	font-size: 1rem;
	font-weight: 500;
	opacity: 1;
}

.mbsearchbarlight .mainsearch input.search-input {
	font-family: "Roboto";
	font-size: 1rem;
	font-weight: 500;
	color: #333333;
	background-color: transparent;
	border: none;
	padding-left: 10px;
	width: calc(100% - 165px);
	height: 48px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



.mbsearchbarlight .mainsearch button.search-btn[type="submit"] {
	font-size: 1.4rem;
	font-family: 'glyphicons_tl';
	cursor: pointer;
	width: 32px;
	height: 32px;
	border-radius: 16px;
	border: none;
	background-color: #e52a07;
	color: #fff;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	right: 0;
	top: -2px;
}

.mbsearchbarlight .mainsearch button.search-btn[type="submit"]::before {
	font-family: 'glyphicons_tl';
	content: "\e003";
	font-size: 1.125rem;
	margin: 0;
	padding: 0;
	width: 33px;
	height: 33px;
	line-height: 33px;
	color: #fff;
}


.boutonsearchbar {
	display: block;
	width: 33px;
	height: 33px;
	display: none;
	border: 1px solid #000;
	border-radius: 16px;
}

.boutonsearchbar[aria-expanded="true"] {
	border: 1px solid #e52a07;
}

.boutonsearchbar[aria-hidden="true"] {
	display: none;
}

.boutonsearchbar span.open::after {
	font-family: 'glyphicons_tl';
	content: "\e003";
	font-size: 1.125rem;
	margin: 0;
	padding: 0;
	width: 33px;
	height: 33px;
	line-height: 33px;
	color: #000;
}

.boutonsearchbar span.close::after {
	font-family: 'glyphicons_tl';
	content: "\e003";
	font-size: 1.125rem;
	margin: 0;
	padding: 0;
	width: 33px;
	height: 33px;
	line-height: 33px;
	color: #e52a07;
}

.boutonsearchbar[aria-hidden="false"][aria-expanded="false"] .close {
	display: none;
}

.boutonsearchbar[aria-hidden="false"][aria-expanded="true"] .open {
	display: none;
}

.boutonsearchbar .close.sr-only,
.boutonsearchbar .open.sr-only {

	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;

}

.mbsearchbarlight.search-bar-container[aria-hidden="true"] {
	display: none;
}



.mbsearchbarlight .sr-only {

	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;

}

.mbsearchbarlight button.clear_input {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	color: #7e7665;
	cursor: pointer;
	font-size: 1.0rem;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 50px;
	top: 16px;
	transform: rotate(-45deg);
	z-index: 100;
	height: 15px;
	width: 15px;
}

.mbsearchbarlight button.clear_input::before {
	content: "\e081";
	font-family: "glyphicons_tl";
}

.boutonsearchbar {
	display: none;
}

input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

/*input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}*/

@media (max-width: 992px) {

	.mbsearchbarlight.search-bar-container {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width: 575px) {
	.mbsearchbarlight .mainsearch {
		width: 100%;
	}

	.mbsearchbarlight .link_container {
		width: 100%;
		float: left;
		border-top: 1px solid #e52a07;
		border-left: none;
	}

	.mbsearchbarlight.search-bar-container {
		height: 100px;
		padding-left: 10px;
		padding-right: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.mbsearchbarlight.search-bar-container.respbouton {
		height: 100px;
		position: fixed;
		top: 120px;
		left: 0;
		right: 0;
		background-color: white;
		padding-left: 10px;
		padding-right: 10px;
	}

	.mbsearchbarlight .search-bar {
		height: 100px;
	}

	.mbsearchbarlight a.recherche-avancee:link,
	.mbsearchbarlight a.recherche-avancee:visited {
		text-align: center;
		width: 100%;
	}

	.boutonsearchbar[aria-hidden=false] {
		display: block;
		position: absolute;
		top: 10px;
		right: 10px;
	}

}