#contacte {
    margin-top:6%!important;
}
.contact {
    text-align:left;
    margin-top:1%!important;
    margin-bottom:1%!important;
}
.gif {
    float:left;
    width:30%; 
    height:auto;
    padding:3%;
}
.formulaire {
    margin:2%;
    padding: 1%;
    background-color:#bbd29e;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.display {
    display: flex;
}
.form-group {
    width:90%;
}
.envoyer {
    padding:1%;
    margin:2%;
}
/*MEDIA SCREEN */
@media (min-width: 576px) {
    .contactezmoi {
        flex-direction: column;
    }
    .contactezmoi {
        display: flex;
        flex-direction:row;
        width:100%;
        padding: 1%;
        align-items: center;
        align-content:center;
    }
}
/* Tablettes */
@media screen and (min-width:768px) {
    #contacte {
        display:flex;
        flex-direction: row;
        align-items: center;
        align-content:center;
    }
    .contactezmoi {
        display: flex;
        flex-direction:column;
        width:30%;
        padding: 1%;
        align-items: center;
        align-content:center;
    }
     .formulaire {
        width:60%;
        flex-direction:row;
        flex-grow: 1;
        }
}
/* */
@media (min-width: 992px) {

}
/* Ordinateur de bureau */
@media screen and (min-width:1024px) {
}

}
@media screen and (min-width:1440px) {
}
.gif {
    float:left;
    width:50%;
    height:auto;
    padding:3%;
}
/* HD Desktop */

@media screen and (min-width:1920px) {

}