/********************************** fonts **********************************/

@font-face {
    font-family: 'quattrocento_sansregular';
    src: url('../fonts/quattrocentosans-regular-webfont.eot');
    src: url('../fonts/quattrocentosans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/quattrocentosans-regular-webfont.woff2') format('woff2'),
         url('../fonts/quattrocentosans-regular-webfont.woff') format('woff'),
         url('../fonts/quattrocentosans-regular-webfont.ttf') format('truetype'),
         url('../fonts/quattrocentosans-regular-webfont.svg#quattrocento_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'quattrocento_sansbold';
    src: url('../fonts/quattrocentosans-bold-webfont.eot');
    src: url('../fonts/quattrocentosans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/quattrocentosans-bold-webfont.woff2') format('woff2'),
         url('../fonts/quattrocentosans-bold-webfont.woff') format('woff'),
         url('../fonts/quattrocentosans-bold-webfont.ttf') format('truetype'),
         url('../fonts/quattrocentosans-bold-webfont.svg#quattrocento_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


/********************************** typos **********************************/

h1{
    font-family: 'quattrocento_sansbold',sans-serif;
    margin:0 0 70px 0;
    border-left:10px solid #e1e6ea;
    padding-left:10px;
    color:#292f36;
    font-size:34px;
    font-weight:500;
}

h3{
    font-family: 'quattrocento_sansbold',sans-serif;
    margin:20px 0 70px 0;
    color:#292f36;
    font-size: 16px;
    line-height: 21px;
    font-weight:500;
    text-transform: uppercase;
}

/********************************** styles **********************************/

#header { width: 100%; height: 80px; padding: 15px 0 0 0; margin: 0; background-color:#1d2126; }  

.fw-image { width: 100%; padding: 0; margin: 0; background-repeat: no-repeat; color: #fff; background-size: cover; background-position:top center; }

#fw-image1{ height: 660px; background-image:url(../images/fw-image1.jpg); }

#fw-image1 p { color: #bd1321; font-family: 'quattrocento_sansregular', sans-serif; font-size: 34px; line-height: 36px; padding-top: 12%; }

#metiers { padding-top: 80px; }

#fw-image2 { height: 660px; background-image:url(../images/fw-image2.jpg); }


/********************************** contact **********************************/

.g-map{
margin:0 0 30px;
}

.g-map .embed-responsive {
	padding-bottom: 30.25%;
	}

#contact { margin-top: 60px; }

.contact h3{
	font-size:18px;
	font-family: 'quattrocento_sansbold', sans-serif;
    margin-bottom: 20px;
}

.contact p {
	font-size:16px;
	margin:0;
	padding:15px 0;
    color: #8d8f92;
}

.contact-form {
    background:#fff;
    margin-top:-150px;
    padding: 30px 30px 30px 30px;
}
@media (max-width:767px){ .contact-form { margin-top: 0; } }
    
.contact-form form label {
    display:block;
    color:#8d8f92;
    font-family: 'quattrocento_sansregular', sans-serif;
    font-weight:normal;
    text-transform: uppercase;
}
			
.contact-form form button{
    display:block;
    margin-top:30px;
    font-family: 'quattrocento_sansregular', sans-serif;
    font-size:14px;
    text-transform: uppercase;
    color:#fff;
    background-color: #23b7a4;
}

.contact-form form .form-group{
    width: 49.59%;
    margin-bottom:30px;
}

.contact-form form .form-group:nth-child(1){
        padding-right:10px;
}

.contact-form form .form-control {
    width: 100%;
    background:#eaeef1;
    border: 1px solid #eaeef1;
    height: 45px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-form form textarea.form-control {
    height: auto;
}

.form-control::-moz-placeholder {
color: #929292;
opacity: 1;
font-weight:bold;
}
.form-control:-ms-input-placeholder {
color: #929292;
font-weight:bold;
}
.form-control::-webkit-input-placeholder {
color: #929292;
font-weight:bold;
}


.form-success { display: none; }
.form-success p { color:#23b7a4; }
.form input.hightlight, .form textarea.hightlight{border-bottom: 3px solid #E45942;}


/********************************** footer **********************************/

#footer { width: 100%; height: 95px; padding: 0; margin: 0; background-color:#3a454d; }

#footer p { font-family: 'quattrocento_sansregular', sans-serif; font-size:14px; color:#FFF; padding-top: 40px; }