bouton supprimer les environs

/* Removing the Outline Surroundings of a Button. Replace the "input" with your button #id / .class name */
input:focus{
    outline: none;   
}
CrawlingTug