/*
 Theme Name:   ADMTC
 Theme URI:    http://admtc.org
 Description:  ADMTC Theme
 Author:       Irienet
 Author URI:   https://irienet.fr
 Template:     vestma
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  vestma-child
*/
/* === ADMTC brand overrides (force le vert) === */
:root {
  --admtc-green: #bfd732;
  --admtc-green-hover: #a2c221;
}

/* Boutons génériques */
.btn,
.menu-quote.btn,
button,
input[type="submit"],
a.btn,
.wpb_button,
.wpcf7-submit {
  background-color: var(--admtc-green) !important;
  border-color: var(--admtc-green) !important;
  color: #fff !important;
}

/* États survol / focus / actif */
.btn:hover,
.menu-quote.btn:hover,
button:hover,
input[type="submit"]:hover,
a.btn:hover,
.wpb_button:hover,
.wpcf7-submit:hover,
.btn:focus,
.menu-quote.btn:focus,
button:focus,
input[type="submit"]:focus,
a.btn:focus,
.wpb_button:focus,
.wpcf7-submit:focus,
.btn:active,
.menu-quote.btn:active,
button:active,
input[type="submit"]:active,
a.btn:active,
.wpb_button:active,
.wpcf7-submit:active {
  background-color: var(--admtc-green-hover) !important;
  border-color: var(--admtc-green-hover) !important;
  color: #fff !important;
}

/* Cas spécifique si une classe vestma colore .btn en rose */
.btn.btn-pink,
.btn.btn-pink:hover,
a.btn.btn-pink,
a.btn.btn-pink:hover {
  background-color: var(--admtc-green) !important;
  border-color: var(--admtc-green) !important;
  color: #fff !important;
}
