.menu-box {
	width: 100%;
	text-align: center;
	position: fixed;
	bottom: 0px;
	height: auto;
	z-index: 1000;
	display: none;
}

#top-menu1 li {
	padding-right: 22px;
	display: inline-block;
}

#top-menu2 li {
	padding-right: 22px;
	display: inline;
}

.top-menu-maxi {
	margin-top: 0px;
	margin-bottom: 0px;
	height: 40px;
}

.top-menu-mini {
	margin-top: 15px !important;
}

a.topmenu {
	font-size: 16px;
	display: block;
	width: 20%;
	margin: 0px;
	padding: 8px 0px 0px 0px;
	float: left;
	height: 38px;
	color: #fff;
	border-left-style: solid;
	border-width: 1px;
	border-color: #ffffff;
}

a.topmenu:hover {
	font-size: 16px;
	display: block;
	width: 20%;
	margin: 0px;
	padding: 8px 0px 0px 0px;
	float: left;
	height: 38px;
	color: #000;
	border-left-style: solid;
	border-width: 1px;
	border-color: #ffffff;
	background-color: #dda262;
	text-decoration: none;
}

a.topmenuhome {
	font-size: 22px;
	display: block;
	width: 20%;
	margin: 0px;
	padding: 4px 0px 0px 0px;
	float: left;
	height: 40px;
	color: #fff;
}

a.topmenuhome:hover {
	background-color: #dda262;
	text-decoration: none;
	color: #000;
}

#navbar1 {
	width: 100%;
	float: left;
	text-align: center;
	height: 38px;
	background-color: #212321;
	box-shadow: 0px 10px 12px -7px rgba(0,0,0,0.52);
}

#sousnavbar1 {
	width: 100%;
	float: left;
	text-align: center;
	height: 0px;
	background-color: transparent;
}

.sousmenuchambres {
	width: 20.1%;
	margin-left: 20%;
	background-color: #212321;
	border-style: solid;
	border-color: #ffffff;
	border-width: 0px 1px 1px 1px;
	display: none;
	padding-top: 10px;
}

.sousmenuchambresdisplay {
	display: block !important;
}

.sousmenuchambres > a {
	display: block;
	float: ;
	text-align: center;
	color: #ffffff;
	padding-bottom: 10px;
}

.sousmenuchambres > a:hover {
	display: block;
	float: ;
	text-align: center;
	color: #ffffff;
	padding-bottom: 10px;
	background-color: #dda262;
	text-decoration: none;
	color: #000000;
}

.centered-inline-logo-wrap {
	margin: -33px 0;
	height: 66px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.cookie-on {
	top: 15px;
}

.menu-logo {
	font-size: 25px;
	padding: 5px 10px 5px 10px;
	color: #fff !important;
}

.menu-logo:hover {
	color: #f2916d !important;
}

.hrmenu {
	margin-top: 10px;
	margin-bottom: 10px;
}

.menu-btn {
	position: relative;
	z-index: 1000;
	bottom: 0px;
	width: 200px;
	height: 40px;
	background-size: contain;
	transition: width 0.3s, height 0.3s;
	-webkit-transition: width 0.3s, height 0.3s;
	-moz-transition: width 0.3s, height 0.3s;
	background-color: #212321;
	margin: auto;
	border-radius: 10px 10px 0px 0px;
	box-shadow: 0px -2px 9px -2px rgba(0,0,0,0.52);
}


.menu-open {
	background-color: #212321;
	width: 100%;
	height: 100px;
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.50);	
}

.menu-btn > a > img {
	width: 50%;
	padding-top: 28px;
	padding-left: 6px;
}

.menu-items {
	position: relative;
	display: none;
	background-color: transparent;
	z-index: 999;
	margin: auto;
	width: 100%;
	margin-left: 0px;
	padding-bottom: 70px;
	border-radius: 0px 0px 0px 0px;
	text-align: center;
}


.menu-item {
	position: relative;
	background-color: transparent;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	padding: 5px 10px 5px 10px;
	width: auto;
	text-align: center;
	font-size: 18px;
	-webkit-transition: background 0.35s;
	-moz-transition: background 0.5s;
	transition: background 0.5s;
	font-family: CenturyGothic;
	line-height: 1.7;
	margin: 0px;
	width: 270px;
	animation: createBox .25s;
}

.menu-item:hover{
	background-color: #f2916d;
	text-decoration: none;
	color: #fff;
}

.menu-item-a:hover{
	background-color: #f2916d;
	text-decoration: none;
	color: #fff;
}


.menu-item-a {
	position: relative;
	background-color: transparent;
	display: block;
	text-decoration: none;
	color: #fff !important;
	padding: 5px 10px 5px 10px;
	width: 100%;
	text-align: center;
	font-size: 18px;
}

#menu-content {
	margin-bottom: 35px;
}


.cd-nav-trigger {
	position: fixed;
	width: 200px;
	height: 40px;
	background: transparent;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	z-index: 1000;
	margin: auto;
	display: block;
	bottom: 0px;
}


.cd-nav-trigger span {
    /* the span element is used to create the menu icon */
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -10px;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
}

.cd-nav-trigger span::before, .cd-nav-trigger span::after {
    content: '';
    position: absolute;
    left: 0;
    background: inherit;
    width: 100%;
    height: 100%;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s, background 0s;
    -moz-transition: -moz-transform 0.3s, background 0s;
    transition: transform 0.3s, background 0s;
}
.cd-nav-trigger span::before {
    top: -6px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.cd-nav-trigger span::after {
    bottom: -6px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.cd-nav-trigger.menu-is-open {
	box-shadow: none;
	width: 100%;
}
.cd-nav-trigger.menu-is-open span {
    background: rgba(232, 74, 100, 0);
}
.cd-nav-trigger.menu-is-open span::before, .cd-nav-trigger.menu-is-open span::after {
    background: #FFF;
}
.cd-nav-trigger.menu-is-open span::before {
    top: 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.cd-nav-trigger.menu-is-open span::after {
    bottom: 0;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}

.chaticon-menu {
	height: 25px;
}

/* Style The Dropdown Button */
.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}



@media only screen and (max-width: 768px) 
{
	.menu-open {
		height: auto;
	}	
	
	.menu-item {
		display: block;
		margin: auto;
		max-width: 100%;
	}
	
	.menu-items-container {
		margin-left: 0px;
	}
}