/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/*Menu parent reste actif */
.current-menu-ancestor .elementor-item {
color: #D5B079 !important; /*Mettre code couleur accent*/
}

/*Desactiver titres catégories Amelia */
div.am-category-headline h3 {
	display: none !important ;
}

/*Customisation du calendrier Amelia*/
div#am-step-booking-catalog0-calendar {
	background : #E9B29C !important ; /*changer code couleur ici*/
}

div.am-event-price, button.el-button.el-button--primary, div.el-button.el-button--primary, button.el-button.am-add-coupon-button.el-button--default.el-button--mini.is-disabled {
	background-color : #E9B29C !important ; /*changer code couleur ici*/
}

div.am-event-date-month, div.el-col.el-col-24.el-col-xs-10.el-col-sm-10 span, p.am-semi-strong.am-align-right {
	color : #E9B29C !important ; /*changer code couleur ici*/
}

path#Fill-1450, path#Fill-1452 {
	fill : #E9B29C !important ; /*changer code couleur ici*/
}

div.el-button.el-button--primary {
	border-color : #E9B29C !important ; /*changer code couleur ici*/
}

