/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://example.com
 Description:  Thème enfant pour templates personnalisés (ex. page catégorie hors Elementor)
 Author:       eau8
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 Text Domain:  hello-elementor-child
*/

/* Styles de base du thème enfant (header/footer hérités du parent) */
/* Les styles de la page catégorie sont dans assets/css/category-archive.css */

/* Liens : pas de soulignement sur tout le site */
a {
	text-decoration: none;
}
