body,html{
	padding:0;
	margin:0;
	width: 100%;
	height: 100%;

}

body{
	background-image: url("../images/bg_palmier.jpg");
	background-repeat: no-repeat;;
	background-size: 100%;
	background-color: #cdbf9e !important;
	
}

input:focus{
    outline:0;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}


.no-gutter-left > [class*='col-']{
	padding-left:0 !important;
}
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

h4{
	font-size:14px !important;
	display: inline !important;
}




.gray_button{
	background: #7d6f66;
	padding:3px 10px;
	color:#fff;
	position: absolute;
	right:100px;
	font-size:12px;
	top:4px;
}

.heading{
	font-size:20px;
	padding:0;
	margin-bottom:5px;
	color:#fff;
}

.green_text{
	color: #125e1c;
}

.brown_text{
	color: #5c2321;
}

#container{
	max-width: 1050px;
	margin:0 auto;
}

#content{
  background-color: rgba(255, 255, 255,0.8);
  box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.27);
  min-height: 300px;
  padding:3%;
}


