.reco img{
    width: 100%;
    max-width: 100px;
}

/* DEBUT CONTACT */
#t-contact{
    text-decoration: underline;
}
.contact{
    border-top: 5px solid #48ff00;
    background-color: RGBa(72, 255, 000, 0.15);
    margin-bottom: 0px;
    }
    #section1{
        background-color: RGBa(241, 211, 79, 0.15);
        padding: 10px;
        margin: 20px 0px;
    }
    #section1 input{
        width: 250px;
        height: 20px;
    }
    #section1 label{
        display: inline-block;
        width: 200px;
        padding: 10px 0px 15px 40px;
    }
    #section1:hover{
        box-shadow: 0px 0px 15px #444;
    }
    legend{
        font-weight: bold;
        text-transform: uppercase;
        font-size: 18px;
        color: #444;
    }
/* FIN CONTACT  */
/* Bouton SUBMIT (ENVOYER) */
input[type="SUBMIT"]{
    float: left;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    background-color: RGBa(228, 77, 38, 0.80);
    font-weight: bold;
    border-radius: 5px;   
}
input[type="SUBMIT"]:hover{
    box-shadow: 0px 0px 2px #555;
    background-color: #e8ab2e;
}