.contact h1 {
    color: #000;
    text-align: center;
    margin-bottom: 25px;
    font-size:32px;
}
.infos-bureau {
    position:relative;
    background: #edca00;
    padding: 125px;
    text-align: center;
}
.infos-bureau:before {
    content: "";
    width: 1px;
    position: absolute;
    height: 100px;
    background: #484848;
    top: 0;
    left: 50%;
    animation: moveUp 2s infinite;
}
.infos-usine {
    position:relative;
    background: #ccc;
    padding: 125px;
    text-align: center;
}
.infos-usine:before {
    content: "";
    width: 1px;
    position: absolute;
    height: 100px;
    background: #484848;
    top: 0;
    left: 50%;
    animation: moveUp 2s infinite;
}
.map {
    width: 90%;
    margin: -50px auto 50px;
    position: relative;
    height: 500px;
}

.infos-bureau p, .infos-usine p {
    color: #000;
    font-size: 16px;
    margin: 0;text-align:center;
}
.formulaire h1 {
    color: #000;
    text-align: center;
    margin-bottom: 25px;
    margin: 7vh 0;
}
@media only screen and (max-width: 992px){
.infos-bureau,.infos-usine {padding:125px 10px;}
.map {    height: 300px;}
}



