.contactimg{
    width: 50%;
    display:block;
    margin:auto;
    padding-bottom: 20px;
}

.row {

    margin:0;
}

.contactContainer {
   text-align:center;
   margin-bottom: 10%;
}

.contactContainer a{
    color:#2D2D2D;
    font-weight: bolder;
    font-size: 29px;
    line-height: 1;
}

#googleMap {
    margin-top: 20%;
    width: 100%;
    /*    height: 400px;*/
    min-height: 400px;
    box-shadow: inset 0px 7px 47px 0px #4E4E4E29;
}

#map {
    padding: 0;
}

#autresContacts {
    color: #829DF6;
    padding: 2%;
    height: inherit;
}

.textElement {
    letter-spacing: 0;
    opacity: 1;
    line-height: 1;
    font-family: 'Open Sans Condensed', sans-serif;
}

.textRow {
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 3%;
}
    .contactContainer a:hover{
        color:#68EABA;
    }

.textElement.bigTitle {
    text-align: left;
    font-size: 29px;
    color: #68EABA;
}

.textElement.title {
    text-align: left;
    font-size: 19px;
    color: #2D2D2D;
}

.textElement.content {
    text-align: left;
    font-size: 17px;
    font-family: 'Open Sans Condensed Light', sans-serif;
    color: #2D2D2D;
}

.textElement.content.customLink {
    background-color: none;
}

.textElement.content.customLink:hover {
    cursor: pointer;
    text-decoration: underline;
    color: #68EABA;
}


/*Large*/
@media only screen and (min-width : 768px) {

    .contactimg{
        height:200px;
        width: auto;
    }

    .contactContainer {
    margin-bottom:3%;
    }

    .contactContainer a{
        font-size: 27px;
    }

        #googleMap {
            margin-top: 2%;
        }
        
    .contactGlobal{
        margin:auto;
        text-align: center;
        width: 80%;
    }

    .textRow {
        margin-top: 8%;
        margin-bottom: 8%;
    }

    .textElement.bigTitle {
        font-size: 26px;
    }

    .textElement.title {
        font-size: 17px;
    }

    .textElement.content {
        font-size: 15px;
    }
}


@media only screen and (min-width :1300px) {
    .contactContainer a{
        font-size: 35px;
    }

    .textElement.bigTitle {
        font-size: 29px;
    }

    .textElement.title {
        font-size: 19px;
    }

    .textElement.content {
        font-size: 17px;
    }

    .textRow {
        margin-top: 5%;
        margin-bottom: 5%;
    }
}

/*from 2K resolution*/
@media only screen and (min-width :2300px) {
    .textElement.bigTitle {
        font-size: 34px;
    }

    .textElement.title {
        font-size: 24px;
    }

    .textElement.content {
        font-size: 20px;
    }

    .textRow {
        margin-top: 2%;
        margin-bottom: 2%;
    }
}

@media (min-width :600px) and (max-width:767px) {

    .textRow {
        margin-top: 8%;
        margin-bottom: 8%;
    }

    .textElement.bigTitle {
        font-size: 26px;
    }

    .textElement.title {
        font-size: 17px;
    }

    .textElement.content {
        font-size: 15px;
    }

.contactContainer a {
    color: #2D2D2D;
    font-weight: bolder;
    font-size: 52px;
    line-height: 1;
}

.contactimg {
    width: 39%;
    display: block;
    margin: auto;
    padding-bottom: 20px;
}

}


#btnEnvoyer {
    background-color: #FFDB52;
    border-radius: 45px;
    padding: 10px 20px;
    margin: 1em;
    color: #FFFFFF;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    display: block;
    border: 1px solid #FFDB52;
    float: right;
}

    #btnEnvoyer:hover {
        color: #FFDB52;
        background-color: #FFFFFF;
        text-decoration: none;
    }

