/***********
 * FRAME 1 *
 * *********/
.frame-1 {
	position: relative;
	height: 600px;
	
	background-image: url('/img/pages/contact/bg-header.png');
	background-position: calc(50% - 330px) 50%;
	background-repeat: no-repeat;
	background-size: 195px auto;
}

.frame-1 .container {
	height: 100%;
}

.frame-1 .bloc {
	position: relative;
	top: 50%;
	margin: 0;
	padding: 0 0 0 520px;
	
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-mps-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.frame-1 .bloc h1 {
	font-size: 36px;
	font-weight: 500;
	margin: 0 0 10px 0;
}

.frame-1 .bloc p {
	font-size: 18px;
	line-height: 20px;
	margin: 0;
}

.frame-1 a {
	display: block;
	width: 240px;
	max-width: 100%;
	height: auto;
	
	margin: 80px 0 0 0;
	padding: 15px 5px;
	
	color: #e4503d;
	background-color: #FFF;
	
	font-size: 18px;
	font-weight: 500;
	
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
	border-radius: 5px;
	
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	transition: all ease 0.2s;
	
	box-shadow: rgba(142, 172, 189, 0.498039) 0px 5px 20px 0px;
}

.frame-1 a:hover {
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	-o-transform: translateY(-1px);
	transform: translateY(-1px);
}




/***********
 * FRAME 2 *
 * *********/
.frame-2 {
	position: relative;
}

.frame-2 .left,
.frame-2 .right {
	display: inline-block;
	vertical-align: top;
	
	width: 50%;
	height: 300px;
}

.frame-2 .left .map {
	width: 100%;
	height: 100%;
}

.frame-2 .right > div {
	display: inline-block;
	vertical-align: middle;
}

.frame-2 .right > div.helper {
	height: 100%;
}

.frame-2 .right > div:not(.helper) {
	width: 600px;
	max-width: 100%;
	
	margin: 0;
	padding: 0 0 0 60px;
	
	box-sizing: border-box;
}

.frame-2 .right > div h2 {
	font-size: 24px;
	font-weight: 500;
	margin: 0 0 20px 0;
}

.frame-2 .right > div p b {
	font-weight: 500;
	font-size: 18px;
}

.frame-2 .right > div p {
	margin: 0;
}






/***********
 * FRAME 3 *
 * *********/
.frame-3 {
	position: relative;
	padding: 60px 0;
	
	background-image: url('/img/pages/contact/bg-frame-3.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}

.frame-3 .telephone {
	width: 260px;
	max-width: 100%;
	
	margin: 0 auto;
	padding: 15px 5px;
	
	box-sizing: border-box;
	
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	
	box-sizing: border-box;
	box-shadow: 5px 6px 10px 1px #DAE3EA
}

.frame-3 form {
	width: 400px;
	max-width: 100%;
	margin: 60px auto 0 auto;
}

.frame-3 form label {
	display: block;
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	color: #e4503d;
}

.frame-3 form input[type="text"],
.frame-3 form textarea {
	display: block;
	width: 100%;
	height: 30px;
	
	margin: 0 0 20px 0;
	padding: 0;
	
	border: 0;
	border-bottom: 2px solid #e4503d;
	border-radius: 0;
	
	font-size: 16px;
	font-weight: 600;
	
	color: #e4503d;
	box-sizing: border-box;
}

.frame-3 form ::-webkit-input-placeholder { color: #e4503d; font-weight: 400; }
.frame-3 form :-moz-placeholder { color: #e4503d; font-weight: 400; }
.frame-3 form ::-moz-placeholder { color: #e4503d; font-weight: 400; }
.frame-3 form :-ms-input-placeholder { color: #e4503d; font-weight: 400; }

.frame-3 form textarea {
	height: 240px;
	padding: 10px 0 0 10px;
	
	border: 2px solid #e4503d;
	border-radius: 5px;
}

.frame-3 form input[type="submit"] {
	display: block;
	width: 100%;
	height: 60px;
	
	margin: 0;
	padding: 0;
	
	font-size: 16px;
	font-weight: 400;
	
	line-height: 60px;
	
	background-color: #e4503d;
	color: #FFF;
	
	border: 0;
	border-radius: 5px;
	
	text-align: center;
	text-transform: none;
	
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	transition: all ease 0.2s;
	
	box-shadow: rgba(142, 172, 189, 0.498039) 0px 5px 20px 0px;
}

.frame-3 form input[type="submit"]:hover {
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	-o-transform: translateY(-1px);
	transform: translateY(-1px);
}

.frame-3 form .error {
	display: none;
	margin: 0 0 20px 0;
	font-size: 16px;
}








/* @2x
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
	.frame-3 { background-image: url('/img/pages/contact/bg-frame-3@2x.jpg'); }
}




/* Responsive
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Plus petit que 1000
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 1000px) {
	.frame-1 .bloc {
		padding: 0 0 0 360px;
	}
	
	.frame-1 a {
		left: 360px;
	}
}




/* Plus petit que 850
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 850px) {
	.frame-1 {
		background-image: none;
	}
	
	.frame-1 .bloc {
		padding: 0;
		text-align: center;
	}
	
	.frame-1 a {
		left: 0;
		margin: 40px auto 0 auto;
	}
}



/* Plus petit que 470
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 470px) {
	.frame-1 .bloc h1 {
		font-size: 30px;
	}
}



/* Plus petit que 650
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 650px) {
	.frame-2 .left,
	.frame-2 .right {
		display: block;
		width: 100%;
		margin: 0;
		border-radius: 0;
	}
	
	.frame-2 .right {
		height: auto;
	}
	
	.frame-2 .right > div:not(.helper) {
		width: 100%;
		padding: 40px 20px;
	}
}



/* Plus petit que 350
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 350px) {
	.frame-1 .bloc {
		top: 20px;
		
	-webkit-transform: none;
	-moz-transform: none;
	-mps-transform: none;
	-o-transform: none;
	transform: none;
	}
}