#contact .BgCreme {
    padding-bottom: 4vw;
}
#contact h1 {
    color: #183a68;
    font-family: 'Bellefair', serif;
    text-transform: uppercase;
    font-size: 7vw;
    font-weight: 400;
    line-height: 7vw;
    letter-spacing: 0.4vw;
    width: 100%;
    text-align: center;
    margin: 0;    
}
#contact h2{
    text-align: center;
    margin-top: 7vw;
    font-size: 3vw;
}
#contact iframe {
    width: 100%;
    margin: 5vw 0 0 0;
}
.vBox{
    position: relative;
}
.grav-sanglier{
    width: 26vw;
    display: block;
    position: absolute;
    /*top: 111vw;*/
    right: 6vw;
    }
#contact #contactForm {
    width: 60%;
    margin-left: 22%;
    margin-bottom: 50px;
}
#contact #contactForm div:nth-of-type(5) {
    text-align: center;
}
#contact #contactForm .pure-u-1-2 {
    width: 49%;
    overflow: hidden;
    vertical-align: bottom;
}
#contact #contactForm label {
    text-decoration: none;
    font-size: 1.5vw;
    font-family: 'Josefin Sans', sans-serif;
    color: #66402e;
    display: block;
    margin-top: 5vw;
}
#contact #contactForm input,
#contact #contactForm textarea {
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 1px #ccc solid;
    border-radius: 0;
    text-align: left;
    color: #66402e;
    background-color: transparent;
    margin: 1vw 0 0 0;
    width: 100%;
}

#contactForm .help-block.with-errors ul li {
    font-size: 10px;
    color: red;
}

#form-submit {
    background: transparent url(/public/medias/images/picto_fleche.svg) no-repeat 0 0.3vw;
    padding: 0px 0 0 7.5vw;
    margin: 6vw 0 0 -1vw;
    height: 2vw;
    border: none;
    text-transform: uppercase;
    color: #b8a391;
    font-weight: 400;
    font-size: 1vw;
    font-family: 'Josefin Sans', sans-serif;
    transition: all ease 500ms;
    background-size: 6vw;
}
#form-submit:hover {
    color: #183a68;
    transition: all ease 1000ms;
}

#mail-status > p {
    text-align: center;
    margin: 0;
}
#contactForm #msgSubmit {
    margin-top: 15px;
}
#msgSubmit.text-danger {
    color: #66402e;
}

@media all and (max-width: 567px)
{
    #contact h1{
        padding: 10vw 0 4vw 0;
        font-size: 10vw;
    line-height: 10vw;
    }
    #contact h2{
        margin-top: 6vw;
        font-size: 6vw;
        text-align: left;
    }
    #contact #contactForm {
        width: 100%;
        margin-left: 0;
        margin-bottom: 50px;
        padding-top: 5vw;
    }
    #contact #contactForm label{
        font-size: 5vw;
        margin-top: 5vw;
    }
    #contact #contactForm input,
#contact #contactForm textarea{
        margin-bottom: 0;
        font-size: 5vw;
    }
    #form-submit{
        font-size: 6vw;
        background: transparent url(/public/medias/images/picto_fleche.svg) no-repeat 0 0vw;
    padding: 0px 0 0 26.5vw;
    margin: 6vw 0 4vw -1vw;
    height: 5vw;
    background-size: 24vw;
    }
}

