/* --------------------------------------------------------------- */
/*
/* Contact
/*
/* --------------------------------------------------------------- */
#contact {
    padding: 50px 0;
}

#contact h1 {
    margin-bottom: 50px;
    font-family: 'Rozha One';
    font-size: 60px;
    color: #ff5000;
}

#contact .carte iframe {
    max-width: 100%;
    width: 100%;
}

#contact .adresse {
    text-align: center;
}

#contact .adresse img {
    max-width: 100%;
    margin-bottom: 30px;
}

#contact .adresse p, #contact .adresse a {
    color: #000;
    font-family: 'Merriweather';
    font-size: 15px;
}

#contact .adresse a:hover {
    color: #ff5000;
}

#contact .formulaire {
    margin-top: 80px;
}

/* --------------------------------------------------------------- */
/*
/* Responsive
/*
/* --------------------------------------------------------------- */
@media screen and (max-width: 767px) {
    #contact .adresse {
        margin-top: 50px;
    }
}