/*
Theme Name:   Astra Child Elvia
Theme URI:    https://elvia.ci/
Description:  Thème enfant d'Astra pour les ajustements visuels propres à Elvia (couleurs de marque, boutons, en-têtes). Compatible Astra 4.13.4. N'altère pas le thème parent.
Author:       Elvia Santé / ELVIA PHARMA
Template:     astra
Version:      1.0.0
Text Domain:  astra-child-elvia
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
*/

/* ---- Variables de marque Elvia ---- */
:root {
	--elvia-green-900: #0f3d2e;
	--elvia-green-700: #1f7a52;
	--elvia-green-500: #2faa6e;
	--elvia-gold: #c9a227;
	--elvia-sand: #faf8f2;
}

/* ---- Liens & accents ---- */
a { color: var(--elvia-green-700); }
a:hover, a:focus { color: var(--elvia-green-900); }

/* ---- Boutons Astra harmonisés à la charte Elvia ---- */
.wp-block-button__link,
.ast-button,
button.menu-toggle,
.ast-custom-button {
	background-color: var(--elvia-green-700);
	border-color: var(--elvia-green-700);
	border-radius: 999px;
}
.wp-block-button__link:hover,
.ast-button:hover {
	background-color: var(--elvia-green-900);
	border-color: var(--elvia-green-900);
}

/* ---- Titres ---- */
h1, h2, h3 { color: var(--elvia-green-900); }

/* ---- En-tête / pied ---- */
.site-header { border-bottom: 2px solid var(--elvia-sand); }
.site-footer { background: var(--elvia-green-900); }
.site-footer, .site-footer a { color: #eaf3ee; }

/* ---- Bouton WhatsApp flottant (optionnel, activé via functions.php) ---- */
.elvia-wa-float {
	position: fixed; right: 18px; bottom: 18px; z-index: 9999;
	width: 56px; height: 56px; border-radius: 50%;
	background: #25d366; color: #fff; display: flex; align-items: center; justify-content: center;
	box-shadow: 0 8px 22px rgba(0,0,0,.25); text-decoration: none; font-size: 26px;
	transition: transform .15s ease;
}
.elvia-wa-float:hover { transform: scale(1.08); color: #fff; }
