section#contact {
    width: 100%;
    height: auto;
    background-size: contain;
    background-position: top;
    background-image: url(../select/logo/Mosaik/ondule2TOPfaperso.png),
    linear-gradient(170deg, #040214 0%, #22436a 100%)!important;
    background-repeat: no-repeat;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    padding: 200px 3% 100px 3%;
    /*border:yellow 1px solid;*/
}


#formContact {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 25px;
    width: 50%;
    min-width: 240px;
    height: auto;
    border-radius: 20px;
    text-align: left;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.144);
    /*border: red 1px solid;*/
}

@media (max-width:1300px){

    #contact #formContact {
        padding: 15px;
        width: 100%;
        height: auto;
        box-shadow: unset;
        box-sizing: border-box;
    }

    #contact #formContact #formContactLeft,
    #contact #formContact #formContactRight{
        justify-content: center;
        align-items: flex-start;
        width: 100%;
    }

    #contact #formContact #formContactRight{
        padding: 0 5%;
    }
    
    #contact #formContact input,
    #contact #formContact textarea{
        width: 100%;
        height: 40px;
    }

     #contact #formContact textarea{
        margin-bottom: 15px;
    }

    #contact #formContact #formContactLeft #inputLeft,
    #contact #formContact #formContactLeft #inputRight{
        width:100;
    }
    #formContact #formContactRight p input[type=submit]{
        width: 180px;
        height: 60px;
        margin-top: 20px;
      }
}


#contact #formContactLeft{
    Display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 0;
    padding: 0;
   /* box-sizing: border-box;
    border: red solid 2px;*/
}

#formContactRight{
    width: 100%;
    height: auto;
    padding: 0;
    box-sizing: border-box;
   /* border: green solid 2px;*/
}

#inputLeft,#inputRight{
    width:48%;
    height: auto;
    /*box-sizing: border-box;
    border: bisque dotted 2px;*/
}

#formContact label{
    color: white;
}


#formContact input, #formContact textarea{
    background: transparent;
    border: #d5e3f1 solid;
    border-width: 0 0 1px 0;
    color: #ffffff;
    text-align: left;
    margin-bottom: 15px;
    width: 100%;
    height: 40px;
    font: 1em sans-serif;
    /*border: red dotted 5px;*/
}

#formContact textarea {
    vertical-align: top;
    height: 110px;
    font: 1em sans-serif;
    width: 100%;
    resize: vertical;
    margin-bottom: 15px;
}


#formContact input:focus, #formContact textarea:focus {
    background: transparent;
    outline      : none;
}

#formContact input[type=submit]{
    margin-top: 20px;
    background-color: #ffffff;
    text-align: center;
    color: #0055b8;
    font-weight: bold;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-right: auto;
    transition: .2s ease;
    width: 180px;
    height: 60px;
}

#formContact input[type=submit]:hover{
    width: 180px;
}


#coordonnees_block{
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*border: blue 1px solid;*/
}

#coordonnees{
    width: 50%;
    height: auto;
    margin-bottom: 50px;
    /* border: blue 3px solid; */
}


#coordonnees h3, #coordonnees p {
    padding: 10;
    font-size: 1.1rem;
    color: white;
}

#coordonnees h3{
    font-size: 3em;
    font-weight: bold;
    margin: 160px 0 50px 0;
}

#coordonnees p {
    margin-top: 15px;
}

#res{
    width: 50%;
    text-align: left;
    margin-top: 0;
   /* border: red 1px solid;*/
}

#res a i{
    font-size: 1.5em;
    height: auto;
    color: rgb(125, 197, 255);
    margin-right: 30px;
}

#fromindex{
    display: none;
}

#tel a,
#mail_contact a{
    color: rgb(26, 185, 248);
    text-decoration: none;
}


@media (max-width:700px){
    #coordonnees_block{
        padding-top: 0;
        /* border: blue 1px solid; */
    }

    
    #coordonnees {
        padding-top: 40px;
            /* border: blue 1px solid; */
    }
}