/*
Theme Name: DYCAST Entreprise
Theme URI:  https://votre-site.com
Author:     Votre Nom
Author URI: https://votre-site.com
Description: Un thème minimaliste, basé sur l’exemple du thème Hello, pour utilisation avec Elementor.
Version:    1.0.0
Text Domain: dycast-entreprise
License:    GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Styles de base */
body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

/* Vous pouvez ajouter ici un style par défaut pour votre menu, vos titres, etc. */
.main-navigation a {
  text-decoration: none;
  color: #333;
}

.main-navigation a:hover {
  color: #0073aa;
}
