#contact-title{
    color:#103852;
    font-family:Lato-bold;
    font-size:35px;
    margin-bottom:30px;
}
label{
    color:#999999 !important;
    font-size:13px !important;
}
input{
    border-radius:2px !important;
}
#contact-container{
    margin-top:70px;
}
#message{
    resize:none;
    height:250px;
    margin-bottom:15px;
}

#form-loader{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color:rgba(255,255,255,0.8);
    z-index:2;
    display:none;
    color:#444444;
}
#contact-confirmation-text{
    font-size:22px;
    margin-top:30px;
    margin-bottom:15px;
    font-family:Lato;
    color:#103852;
    text-align:center;
}
#send_form{
    width:100%;
    padding:15px 0px;
    color:white;
    background-color:#03465E;
    font-family:Lato;
    font-size:13px;
    text-align:center;
    cursor:pointer;
    border-radius:3px;
    margin-top:10px;
    margin-bottom:60px;
}
#send_form:hover{
    opacity:0.8;
    transition:0.5s;
}
#message-row{
    margin-top:10px;
}
#newsletter{
    vertical-align: top;
    font-size:13px;
    color:#999999;
}
#newsletter-text{
    margin-left:10px;
}
#adress-container{
    text-align:center;
    padding-top:50px;
}
#entreprise-title{
    color:#103852;
    font-family:Lato-bold;
    font-size:18px;
    margin-top:15px;
}
#adress-title{
    color:#454545;
    font-family:Lato-bold;
    font-size:15px;
}
#adress-line{
    width:90px;
    border-top:1px solid #454545;
    margin: 10px auto;
}
#adress-phone,#adress-siret,#adress-ape,#adress-rcs,#adress-capital,#adress-tva{
    color:#4D4D4D;
    font-family:Lato-bold;
    font-size:15px;
    line-height:17px;
}
#adress-siret{
    margin-top:10px;
}
#partner-row{
    margin-bottom:60px;
}
#map{
    height:500px;
}

@media (max-width: 768px) {
    #adress-container{
        padding-top:0px;
    }
}