.contactPage {
    overflow: hidden;
}

.contactPage .gMapParent{
    min-width:30vw;
    position:sticky;
    top:0;
    height:100vh;
}

.contactPage .mainTitle{
    font-family:var(--secondFontFamily);
    margin-bottom:0.5em;
}
.contactPage #gMap{
    position:absolute;
    top:-10%;
    height:110%;
    width:100%;
    left:0;
}
.editorAdminPopUp{
    width:auto;
}
.contactPage .nRestaurant1{
    width:100%;
    max-width:1000px;
    margin-right:10%;
}
table.horaires td:last-child{
    text-align:end;
}
.contactPage .popUpUpdateLabel{
    padding:0;
    background-color:transparent;
    margin-top:0;
    background-image:none;
    border:0 solid transparent;
}
.contactPage .jsonToForm{
    font-size:0.9em;
    margin-top:3em;
}
.contactPage .contactForm .subTitle{
    font-weight:600;
}
.contactPage #mainSubmit{
    background-color:var(--basicColor2);
    border-radius:2em;
}
@media screen and (max-width:900px){
    .contactPage .gMapParent{
        position:relative;
        height:25em;
        width:100%;
        overflow:hidden;
    }
    .contactPage .infos{
        width:100%;
    }
}
