/*
Theme Name: Alpha Elementor
Theme URI: https://alpha06.fr
Author: Association ALPHA
Author URI: https://alpha06.fr
Description: Thème minimal compatible avec Elementor gratuit.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: alpha-elementor
*/

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #111;
}

a {
  color: #111;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  color: #f97316;
  font-weight: bold;
  transform: translateY(-1px);
}

a:active {
  transform: scale(0.95);
  color: #fb923c;
}