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



body {
    width: 100%;
	padding:0;
}

#main-column-borders {
    width: 100%;
	margin: 0;
}

#main-column {
    width: 100%;
	margin: 0;
}

/* BANNER */

#banner {
	width:100%;
	height: 140px;
	position:relative;
	background-image: url("../img/banner.png");
	padding-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;
}

#lang_selection img {
	width: 40px;
	height: auto;
	margin:5px;
	border-radius: 0px;
	border: 0px solid #b7d158;
}

/* MENU */

#menu ul{
	display: none;
}

#menu select{
	position: absolute;
	right: 8%;
	top:110px;
}

/* CONTENT */
.content {
	padding: 0px 15px 10px 15px;
	text-align: center;
}

.content img{
	max-width: 100%;
}

#total-contact {
	width: 100%;
}

#left-contact {
	width: 100%;
	margin-bottom: 40px;
}

#right-contact {
	padding-top: 20px;
	width: 100%;
	text-align: center;
}

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

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: 5%;
	border: 1px solid #F0D0A9;
	border-radius: 15px;
	color: #fff;
	height: 30px;
	margin-top: 10px;

	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: 85%;
	border-radius: 15px;
	box-shadow: 4px 4px 12px #473f38;
}

#img-atelier {
	margin: 0 auto;
	display: block;
	width: 100%;
}

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

#map {
	height: 500px;
	/*border-top: 1px solid #ccc;*/
}

.container {
	/*margin-top: 20px;*/
    line-height: 0;
	/*padding-top: 1px;*/
   
  -webkit-column-count: 2;
  -webkit-column-gap:   0px;
  -moz-column-count:    2;
  -moz-column-gap:      0px;
  column-count:         2;
  column-gap:           0px;
	
	background: url("../img/melimelobackground2.jpg") bottom center no-repeat;
}

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

/* FOOTER */

#footer {
	width: 100%;
	height: 20px;
	padding: 15px 0;
	background: -webkit-linear-gradient(left, #887C72, #5C564E);
	background: -ms-linear-gradient(left, #887C72, #5C564E);
	font-size: 14px;
	color: #e6e6e6;
	display: flex;
	margin: 0;
}

#footer a {
	color: #e6e6e6;
}

#footer #left {
	left : 5%;
	position: absolute;
	align-self: center;
	max-width: 50%;
}

#footer #right {
	right : 5%;
	position: absolute;
	align-self: center;
	max-width: 50%;
}
