#page{
	background-image:url('../img/kit/serre.jpg');
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
	display: flex;	
	background-attachment: fixed;
}
#contact{
	width: 100%;
	margin:0 auto;
	padding:25px 0 ;
	background-color: rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(2px);
	overflow-wrap: break-word;
	vertical-align: middle;
}
.contact_bloc{
	width:90%;
	max-width:1200px;
	margin:0 auto;
}

@media screen and (min-width: 801px){
	#contact_step1{
		padding:100px 0;
	}
}
@media screen and (max-width: 800px){
	#contact_step1{
		padding:50px 0;
	}
}

#contact h1{
	display:block;
	font-family: 'Nunito', sans-serif;
	font-weight:800;
	font-style: italic;
	text-align: center;
	margin:0 0 30px 0;
	font-size:60px;
	color:#412923;
}
p.contact_error{
	font-family: Arial, sans-serif;
	color:red;
	font-weight: bold;
	font-size:1.2em;
	display: none;
}

#contact form{
	display:table;
	max-width: 600px;
	width:100%;
	margin:0 auto;
	text-align: center;
	padding:0 0 40px 0;
	font-size:1.2em;
}

#contact h2{
	display:block;
	font-family: 'Nunito', sans-serif;
	font-weight:800;
	font-style: italic;
	font-size:30px;
	color:#52352e;
	padding:0 20px;
	width:calc(100% - 40px);
	margin:0 auto 10px auto;
	text-shadow: 1px 1px 1px white;

}

#contact select{
	margin:20px 0 40px 0;
	border:1px solid #7b4f44;
	border-radius: 5px;
	font-size:22px;
	color:#412923;
	background-color: #f9f0e1;
	overflow-wrap: break-word;
	min-height:30px;
	padding:5px 20px;
	max-width:560px;
	width:calc(100% - 40px);
	box-sizing: border-box;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}



#contact form input[type=text]{
	margin:0;
	border:1px solid #a77669;
	border-radius: 5px;
	color:#412923;
	background-color: #fff7e1;
	overflow-wrap: break-word;
	min-height:30px;
	padding:5px 20px;
	width:calc(100% - 40px);
	font-size:22px;
	box-sizing: border-box;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
#contact form input[type=text]:disabled{
	opacity: 0.8;
}
#contact form input[type=email]{
	margin:0;
	border:1px solid #a77669;
	border-radius: 5px;
	color:#412923;
	background-color: #fff7e1;
	overflow-wrap: break-word;
	min-height:30px;
	padding:5px 20px;
	width:calc(100% - 40px);
	font-size:22px;
	box-sizing: border-box;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
#contact form input[type=email]:invalid{
	border: 2px red solid;
}


#contact textarea{
	width:calc(100% - 40px);
	padding:10px 20px;
	height:180px;
	resize:none;
	overflow-y: scroll;
	border-radius: 5px;
	border:1px solid #a77669;
	scrollbar-width: none;
	font-size:19px;
	background-color: #fff7e1;
	box-sizing: border-box;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}

#contact_form_piece{
	box-sizing: border-box;
	border-radius: 5px;
	border:1px solid #a77669;
	width:calc(100% - 40px);
	padding:10px 20px;
	margin:0 auto;
	background-color: #fff7e1;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
#contact_form_piece p{
	color:#52352e;
	font-family: Arial, sans-serif;
	font-weight:bold;
	font-size: 18px;
}

.contact_form_piece_btn{
	padding:5px 15px;
	border-radius: 5px;
	border:1px solid #a77669;
	background-color: rgba(65, 40, 35, 0.4);
	backdrop-filter: blur 10px;
	color:white;
	cursor: pointer;

}
.contact_form_piece_btn:disabled{
	padding:5px 15px;
	border-radius: 5px;
	border:5px solid rgba(65, 40, 35, 0.5);
	font-weight: bold;
	
}
#contact form input[type=file]{
	width:calc(100% - 40px);
	overflow-wrap: break-word;
	text-align: center;
}
p#form_piece_info{
	font-size:14px;
	color:black;
	font-weight:normal;

}

.contact_nextprevt{
	display: table;
	background-color: rgba(65, 40, 35, 0.8);
	backdrop-filter: blur 10px;
	color:white;	
	cursor: pointer;
	padding:25px 45px;
	font-size: 1.4em;
	font-weight: bold;
	font-family: Arial, sans-serif;
	margin:0 auto 0 auto;
	border-radius: 5px;
	border:2px solid rgba(65, 40, 35, 0.5);
}
.contact_nextprevt:hover{
	border:2px solid rgba(255, 255, 255, 0.5);
}
#contact_prev_2_container{
	text-align: right;
	position: relative;
	height:20px;
	width:calc(100% - 40px);
	margin:0 auto;
}
p#contact_prev_2{
	position: absolute;
	right:0;
	display: table;
	padding: 3px 0 0 0;
	cursor: pointer;
	text-align: right;
	font-size: 0.9em;
}
p#contact_prev_2:hover{
	text-decoration: underline;
}

#contact_form_submit{
	display: table;
	background-color: rgba(65, 40, 35, 0.8);
	backdrop-filter: blur 10px;
	color:white;	
	cursor: pointer;
	padding:25px 45px;
	font-size: 1.4em;
	font-weight: bold;
	font-family: Arial, sans-serif;
	margin:0 auto 0 auto;
	border-radius: 5px;
	border:2px solid rgba(65, 40, 35, 0.5);
	width:calc(100% - 40px);
	max-width: 600px;
	overflow-wrap: break-word;
}
#contact_form_submit:hover{
	border:2px solid rgba(255, 255, 255, 0.5);
}