header {
	padding: 0;
	position: relative;
}
/***GESTION LOGO***/
.logo-container {
	text-align: center;
}
.logo-container img {
	max-width: 200px;
	padding: 16px;
}
@media(min-width:768px) {
	.logo-container img {
		max-width: 240px;
		max-height: 80px;
	}
}
/***GESTION DES LANGUES***/
.contentBtnCheck {
	position: static;
	text-align: right;
 	padding: 0px 8px;
}
@media(min-width:768px) {
	.contentBtnCheck,
	.loginPage .contentBtnCheck, 
	.staticPartPage .contentBtnCheck, 
	.hotelBookingDetail .contentBtnCheck {
		position: absolute;
		bottom: 0px;
		right: 8px;
	}
}
.contentBtnCheck {
	z-index: 10;
}
.btnCheckLanguage {
	display: inline-block;
	position: relative;
	cursor: pointer;
	color: #333333;
	top: unset;
	right: unset;
}
@media(min-width:640px) {
	.btnCheckLanguage {
		right: unset;
	}
}
.btnCheckLanguage > div:first-child:hover {
	background: rgba(193, 193, 193, 0.1);
}
.btnCheckLanguage svg {
	color: #333333;
}
.btnCheckLanguage .icon-box svg {
	color: #888888;
}

/***DROPDOWN LANGUE***/
.btnCheckLanguage .customSelector {
	position: absolute;
	right: 0;
	top: 100%;
	background: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 4px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
	z-index: 100;
	min-width: 60px;
}
.btnCheckLanguage .customSelector ul {
	list-style: none;
	margin: 0;
	padding: 4px 0;
}
.btnCheckLanguage .customSelector li button {
	appearance: none;
	outline: none;
	border: none;
	background: transparent;
	line-height: 32px;
	cursor: pointer;
	padding: 0 8px;
	width: 100%;
}
.btnCheckLanguage .customSelector li button:hover {
	background: #f5f5f5;
}
.overlay-menu.light-menu ul {
	text-align: center;
}