.home
{
	height: 55vh;
	background: transparent;
}

.overlay {
	position: relative;
	transition: .5s;
	backface-visibility: hidden;
}

.overlay__content {
	position: absolute;
	bottom: 0;
	padding: 30px;
	width: 100%;
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
	font-size: 25px;
	text-align: center;
	font-weight: bold;

}


.chambre .card {
	position: relative;
	border: 1px solid #eaeaea;
  border-radius: 0px !important;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, .5);
  transition: .3s;
}


.chambre .card-title {
  color: #444444 !important;
}

.chambre i.fa-male {
  color: #e9a72d;
  font-size: 2em;
}
.chambre i.fa-child {
  color: #e9a72d;
  font-size: 1.3em;
}

.chambre .btn-warning {
  color: #e9a72d;
  font-weight: bold;
  background: transparent;
  border: 3px solid #e9a72d;
  border-radius: 0px;
  margin-top: 10px;
  transition: all .3s;
}

.chambre .btn-warning:hover {
	background: #e9a72d;
	color: #fafafa;
}

.contact
{
	background: #ffffff;
}
.contact_text
{
	padding-left: 135px;
	padding-right: 135px;
	margin-top: 58px;
}
.contact_form_container
{
	margin-top: 20px;
}
.contact_form
{
	display: block;
	width: 100%;
}
.contact_input
{
	width: 100%;
	height: 65px;
	padding-left: 24px;
	margin-bottom: 25px;
	border: none;
	outline: none;
	background: #f4f5fa;
}
.contact_form textarea
{
	width: 100%;
	height: 249px;
	padding-top: 20px;
}
.contact_input::-webkit-input-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #4a4f59 !important;
}
.contact_input:-moz-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #4a4f59 !important;
}
.contact_input::-moz-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #4a4f59 !important;
}
.contact_input:-ms-input-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #4a4f59 !important;
}
.contact_input::input-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #4a4f59 !important;
}

.booking_dropdown {
  border-radius: 0;
  height: 35;
}

.contact_button
{
	width: 203px;
	height: 65px;
	background: #e9a72d;
	border: solid 2px #e9a72d;
	outline: none;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	margin-top: 12px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.contact_button:hover
{
	background: transparent;
	color: #e9a72d;
}


.contact_info_list
{
	margin-top: 65px;
}
.contact_info_list ul li
{
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
}
.contact_info_list ul li:not(:last-of-type)
{
	margin-bottom: 12px;
}
.contact_info_logo_2
{
	display: none;
}



