/*
Theme Name: UECAD
Theme URI:  https://example.com/hello-elementor-child
Description: Thème enfant pour Hello Elementor
Author:
Author URI:
Template:    hello-elementor
Version:     1.0.0
Text Domain:
*/

/* Import du style parent */
@import url("../hello-elementor/style.css");

/* Ton CSS personnalisé ci-dessous */

.orange{
  color : #eb7418;
}


.elementor-button .elementor-button-icon {
  transition: transform 0.3s ease;
}

.elementor-button:hover .elementor-button-icon {
  transform: translateX(6px);
}


i.fas.fa-home::before {
    font-family: "Font Awesome 5 Free";
    content: "\f015";
    font-weight: 900;
    margin-right: 8px;
}
