@charset "utf-8";
/* CSS Document */


body {	
	/* background image */
	background: url("../img/background.png");
	background-size: cover;
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-position: top center;
	background-clip: padding-box;
    width: 100%;
	padding:0;
}

#main-column-borders {
    width: 874px;
	margin: 0 auto;
	position:relative;
	background-image: url(../img/background-borders.png);
	background-repeat: repeat-y;
	background-position: top center;
}

#main-column {
    width: 800px;
	margin: 0 auto;
}

/* BANNER */

#banner {
	width:100%;
	height: 160px;
	position:relative;
	background-image: url("../img/banner.png");
	margin-bottom:20px;
}

#titre1{
	font-family: AmerikaSans;
	font-size:75px;
	font-weight: 500;
	left:120px;
	top:-20px;
	position: absolute;
	color: #fff;
}

#titre2{
	font-family: AmerikaSans;
	font-size:20px;
	left:120px;
	top:55px;
	position: absolute;
	color: #fff;
}

#titre1 .highlight{
	background: -webkit-radial-gradient(circle, #dedb00 0%, #a5d10f 75%);
  				-webkit-background-clip: text;
  				-webkit-text-fill-color: transparent;
	color: #a5d10f;
}

#titre2 .highlight{
	color: #a5d10f;
}

#lang_selection {
	float: right;
	position: absolute;
	top: 10px;
	right: 15px;
	margin: 0;
	text-align: center;
	visibility: hidden; /* DJOR TO REMOVE */
}

#lang_selection img {
	width: 40px;
	height: auto;
	margin:5px;
	/*border-radius: 0px;
	border: 1px solid #efefef;*/
	box-shadow: 3px 3px 1px #6d5a43;
}

/* MENU */

#menu {
	font-family: AmerikaSans;
	font-size:15px;
	top:110px;	
	position: relative;
	margin: 0 auto;
	width: 80%;
}

#menu ul {
	list-style-type: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
	display: flex;
}

#menu li {
	float: none;
	display: block;
    text-align: center;
	margin: auto;
	padding: 5px 10px 5px 10px;
}

#menu li a {
	text-decoration: none;
	color: #f6eacd;
}

#menu li a:hover {
	text-decoration: none;
	color: #fff;
}

#menu li.active {
	border-radius: 15px;
	background-color: #efefef; /*#dcbe9a;*/
	padding: 5px 10px 5px 10px;
}

#menu li a.active {
	color:#73675a;
	/*font-weight: bold;*/
	/*text-shadow: 2px 2px 0px #524432;*/
}

#menu select{
	display: none;
}

/* CONTENT */
.content {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	/*padding: 0px 25px 10px 25px;*/
	text-align: center;
}

.content p {
	margin : 0 0 20px 0;
}

#indexsplitleft {
	width: 52%;
	float: left;
}
#indexsplitright {
	width: 45%;
	float: right;
	text-align: left;
}

#total-contact {
	width: 100%;
}

#left-contact {
	width: 50%;
	vertical-align:middle;
	display: inline-block
}

#right-contact {
	width: 45%;
	vertical-align:middle;
	display:inline-block;
	/*border-left: 0px solid #F0D0A9;*/
	padding-left: 20px;
	text-align: center;
}

form {
  margin: auto;
  position: relative;
  width: 100%;
  line-height: 30px;
  text-decoration: none;
  padding: 10px;
}

form label {
	width:30%;
	float: left;
	text-align: right;
	margin-right: 5%;
}

form input {
	width:55%;
	color: #f6eacd;
	border: none;
    border-bottom: 1px solid #F0D0A9;
	background: none;
}

form textarea {
	width:90%;
	height: 200px;
	resize: none;
	margin-top: 5px;
	color: #f6eacd;
	border: none;
    border: 1px solid #F0D0A9;
	border-left: none;
	border-right: none;
	background: none;
}

form input.boutton_submit {
	float: right;
	width:35%;
	margin-right: 4%;
	margin-top : 10px;
	
	height: 30px;
	border: 1px solid #F0D0A9;
	border-radius: 15px;
	color: #fff;
	
	transition: linear 150ms;
}

form input.boutton_submit:hover, form input.boutton_submit:active {
	background-color: #4f4840;
	border: 1px solid #4f4840;
	color: #fff;
}

#img-contact {
	width: 100%;
	border-radius: 10px;
	box-shadow: 4px 4px 12px #473f38;
}

#img-atelier {
	margin: 0 auto 20px auto;
	display: block;
}

#map-contact {
	clear: both;
	margin-top: 20px;
}

#map {
	height: 500px;
	border-top: 0px solid #ccc;
}

.container {
	width: 798px;
	margin-left: auto;
	margin-right: auto;
	/*padding-top: 1px;*/
	
    line-height: 0;
   
  -webkit-column-count: 3;
  -webkit-column-gap:   0px;
  -moz-column-count:    3;
  -moz-column-gap:      0px;
  column-count:         3;
  column-gap:           0px;
	
	background: url("../img/melimelobackground.jpg") bottom center no-repeat;
}

.container img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
}

/* FOOTER */

#footercontainerwithshadows {
	position: relative;
	width: 874px;
	height: 50px;
	margin: 0 auto;
	background: url("../img/background-borders-footer.png") no-repeat top center;
}

#footercontainer {
	position: relative;
	width: 800px;
	height: auto;
	margin: 0 auto 20px auto;
}

#footer {
	width: 100%;
	height: 20px;
	padding: 15px 0;
	/*background: -webkit-radial-gradient(circle, #ac9286 0%, #7b7065 100%);
	background: -ms-radial-gradient(circle, #ac9286 0%, #7b7065 100%);*/
	font-size: 12px;
	color: #d6d6d6;
	display: flex;
	margin: 0;
	background: url("../img/footer-bg.png") top center;
}

#footer a {
	color: #d6d6d6;
}

#footer #left {
	left : 25px;
	position: absolute;
	align-self: center;
}

#footer #right {
	right : 25px;
	position: absolute;
	align-self: center;
}
