/**
* Theme Name: Spaciaz Child
* Description: This is a child theme of Spaciaz, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opalthemes</a>
* Template: spaciaz
* Version: 1.3.0
*/

/* ============================================================
   COULEURS : ne rien surcharger ici.

   La source de verite est le KIT ELEMENTOR (post 7, Site Settings
   > Global Colors). Le theme Spaciaz recopie ces couleurs globales
   en variables CSS sur <body> :

     body { --primary; --primary_hover; --text; --text_light;
            --accent; --border; --background; --background_light; }

   Comme elles sont posees sur `body` et non sur `:root`, une
   surcharge ecrite ici sur `:root` est HERITEE PAR-DESSUS et ne
   sert a rien (piege verifie le 2026-08-25).

   Roles attendus par le theme :
     --primary          couleur d'accent (pastilles, ronds, boutons)  = sable
     --accent           texte et icones sur fond clair                = encre
     --background_light fond doux de section                          = menthe

   Pour changer une couleur du site : passer par le kit.
   ============================================================ */

/* ------------------------------------------------------------
   Bouton d'envoi des formulaires Contact Form 7.
   Le theme le rend en style "outline" (fond transparent, bordure
   grise) : trop discret pour l'action principale d'une page.
   ------------------------------------------------------------ */
.wpcf7 .submit-btn .elementor-button,
.wpcf7-button .elementor-button {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--accent);
}

.wpcf7 .submit-btn .elementor-button:hover,
.wpcf7-button .elementor-button:hover {
  background-color: var(--primary_hover);
  border-color: var(--primary_hover);
  color: var(--accent);
}
