section {
    width: 100%;
    height: calc(66vh - 60px);
    margin-top: 60px;
    
    background-color: #f1f1f1;
    background-repeat: no-repeat;
    background-position: left center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.metier4{
    background-image: url(../img/contact/ampoule-contact-940px.jpg);
}

.contacts{
    min-height: 40vh;
}

section .section-contacts{
    width: 34%;
    text-align: center;
    position: relative;
    left: 20vh;
}
/*section .section-metiers img {
    width: 140px;

}*/
section .section-contacts h1{
    font-size: 55px;    
    line-height: 68px;
    font-weight: 100;
}
section .section-contacts p{
    font-size: 49px;

    line-height: 30px;
    font-weight: 100;
}
.bold {
    font-weight: 300;
}

/* CONTACT FORM */

/**{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}*/
.contact-container{
height: 70vh;
display: flex;
align-items: center;
justify-content: space-evenly;
background: linear-gradient(#fff,#f1f1f1);
}

.contact-left{
display: flex;
flex-direction: column;
align-items: start;
gap: 20px;
}

.contact-left-title h2 {
    font-weight: 400;
    font-size: 30px;
    color: #666;
    margin-bottom: 5px;
}
.contact-left-title hr{
    border: none;
    width: 140px;
    height: 5px;
    background: linear-gradient(270deg,#ff994f,#fa6d86);
    border-radius: 10px;
    margin-bottom: 20px;
}

.contact-inputs{
    width: 400px;
    height: 50px;
    /*border: none;*/
    outline: none;
    padding-left: 25px;
    font-weight: 200;
    color: #666;
    border-radius: 50px;
    background-color: #fff;
    border: 1px solid #a9a9a9;

}
.contact-left textarea{
    height: 140px;
    padding-top: 15px;
    border-radius: 20px;
}
.contact-inputs:focus {
    border:2px solid #ff994f;
}
.contact-inputs::placeholder{
    color: #a9a9a9; 
}
.contact-left button{
    display: flex;
    align-items: center;
    padding: 15px 30px;
    font-size: 16px;
    color: #fff;
    gap: 10px;
    border: none;
    border-radius: 50px;
    background: linear-gradient(270deg,#ff994f,#fa6d86);
    cursor: pointer;
}
.contact-left button img{
    height: 15px;
}
.contact-right img{
width:500px;    

}

@media (max-width:800px) {
    .contact-inputs{
        width: 80vw;
    }
    .contact-right {
        display: none;
    }

}
/* MOBILE VERSION */

@media only screen and (max-width:600px) {
 
    .wrapper-main{
         width: calc(100% - 20px);
     }
    
/* HEADER 3 METIERS */
section {
    background-repeat: no-repeat;
    background-position: center;
    align-items: flex-end;
    width: 100%;
    height: calc(100vh - 40px);
    margin-top: 40px;
    background-size: cover;
    display: flex;
    justify-content: center;
}

.metier4{
    background-image: url(../img/contact/contact-mobversion.jpg) !important;
}



/* CONTACT */
section .section-contacts {
    width: 100%;
    left: 0;
}
.section-contacts {
    text-align: center;
    width: 90%;
    position: relative;
    left: 0vh;
}
section .section-contacts h1 {
    color: #f7f7f7;;
    font-size: 2.7rem;
    line-height: 3.6rem;
    font-weight: 100;
    
}
section .section-contacts p{
    width: 100%;
    color:#3a3737;
    padding: 0 20px 60px;
    font-size: 1.2rem;
    line-height: 1.3rem;
    font-weight: 100;
    margin-top: 4vh;
}
}