/*
Theme Name:     Mr Montre v3
Theme URI: 	https://www.mrmonte.com
Description: 	Blog montre
Author:         Jellywp
Author URI: 	https://www.mrmonte.com
Template:       wesper
Version:        1.0
*/

.bouton {
  display: inline-block;   /* pour pouvoir gérer largeur/hauteur */
  padding: 10px 20px;
  background-color: #28a745; /* vert */
  color: white;
  text-decoration: none;   /* enlève le soulignement */
  border-radius: 6px;      /* arrondi */
  font-weight: bold;
}

.bouton:hover {
  background-color: #218838; /* vert plus foncé au survol */
}