.wet-map-wrapper{
    width:75vw;
    left:50%;
    position: relative;
    transform:translateX(-50%);
}

#wet-map{
    height:500px;
}

.wet-map-actions{
    display:flex;
    padding-bottom:.5em;
}

.wet-map-actions>*{
    flex:1;
}

.wet-map-actions a{
    margin-left:1em;
    display: inline-block;
    text-align: center;
    font-size: .9em;
    background: #ef244c;
    color: white;
    font-family: 'Realtime Rounded';
    text-transform: uppercase;
    line-height:2.5;
}

.wet-bulle-title{
    display:block;
    font-family: 'Realtime Rounded';
    color:#ef244c;
    font-size:1.1rem;
    text-transform:uppercase;
}

.wet-bulle-infos{
    color:#444;
    margin-top:.25rem;
    line-height:1.2;
}

#pac-input{
    background:#4829a1;
    width:300px !important;
    margin:10px;
}

.wet-clear{
    clear:left;
    margin-bottom:.5rem;
}

.wet-infos{
    background:#4829a1;
    padding: 1rem;
    text-transform: uppercase;
    font-family: 'realtime rounded';
    margin-left: -215px;
    float: left;
    margin-bottom: 2rem;
    margin-right: 2rem;
    color: #F88B62;
}

.wet-other{
    margin-top:4rem;
}

@media (max-width: 1200px) {
    .wet-offer-wrapper ~ .frm_forms{
        transform: translateX(-50%);
    }
}

@media (max-width: 980px) {
    .wet-infos{
        margin-left:0;
    }
}

@media (max-width: 700px) {
    .wet-infos{
        margin:0 auto;
        float:none;
    }
}