#contactMain{
    padding: 7vh;
}


#formBlock{
    padding: 5vh;
}

#contactSection{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 3vh;
}
h5{
    font-weight: bold;
    font-size: 2em;
    text-transform: uppercase;
    color: #028ee1;
    text-align: center;
}
#presentationBlock{
    width: 80%;
    margin-left: 5vw;
}
#presentationText{
    padding-top: 1vh;
    padding-bottom: 1vh;
    color: #45BADD;
    text-align: center;
    font-weight: bold;
    font-size: 1.3em;
    
}
.contactSubSection{
     width:30%;
     text-align: center;
}
.coordLabel{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
/*.coordIcone{*/
    
/*}*/
/*.coordText{*/
    
/*}*/
.coordSectionBlock{
    min-height: 500px;
}