/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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
*/

/* HEADER SCROLL */

/* Style de base pour l'en-tête */
.sticky-header {
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.6s ease-in-out!important;
}

/* Style pour l'en-tête rétréci */
.sticky-header.shrink {
    height: 60px;
}

/* Style pour les éléments à l'intérieur de l'en-tête */
.sticky-header .elementor-widget-image img {
    max-height: 120px; 
    max-width: 100%; 
    object-fit: contain; 
    transition: max-height 0.6s ease-in-out, opacity 0.6s ease-in-out; 
}

.sticky-header.shrink .elementor-widget-image img {
    max-height: 70px !important;
}
/* Style pour les éléments de menu */
.sticky-header .menu-item a,
.sticky-header .shortcode-cart-button a {  /* Remplace .shortcode-cart-button par la classe de ton shortcode */
    font-size: 16px!important;
    transition: font-size 0.6s ease-in-out, padding 0.6s ease-in-out;
}
.sticky-header.shrink .menu-item a,
.sticky-header.shrink .shortcode-cart-button a {  /* Remplace .shortcode-cart-button par la classe de ton shortcode */
    font-size: 14px !important;
    padding: 10px 6px!important;
}
p a {
	text-decoration:underline!important;
	transition:all .7s ease-in-out!important;
}
p a:hover {
	text-decoration:none!important;
	transition:all .3s ease-in-out!important;
}

a.pied {
	color:#e8e7e3!important;
}
a:hover.pied {
	text-decoration:underline!important;
}
/* MENU effects */
.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item, 
.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item {
    transition: color 0.7s ease-in-out, background-color 0.7s ease-in-out !important;
}

/* Effet au survol */
.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item:hover, 
.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item:hover {
    color: #e8e7e3 !important; /* Remplace par la couleur souhaitée */
    background-color: rgba(255, 102, 0, 0.2) !important; /* Facultatif : effet de fond */
}
.tec-events-elementor-event-widget__organizer .tec-events-elementor-event-widget__organizer-email-link, 
.tec-events-elementor-event-widget__organizer .tec-events-elementor-event-widget__organizer-phone-link {
    border-color: #68745d !important;
    color: #68745d !important;
    text-decoration: none!important;
}

.tec-events-elementor-event-widget__organizer .tec-events-elementor-event-widget__organizer-website>a {
    border-color: #68745d !important;
    color: #68745d !important;
    text-decoration: none!important;
}
.tec-events-elementor-event-widget__venue .tec-events-elementor-event-widget__venue-details .tec-events-elementor-event-widget__venue-address-map-link>a, .tec-events-elementor-event-widget__venue .tec-events-elementor-event-widget__venue-details .tec-events-elementor-event-widget__venue-website-url>a, .tec-events-elementor-event-widget__venue .tribe-events-content .tec-events-elementor-event-widget__venue-details .tec-events-elementor-event-widget__venue-address-map-link>a, .tec-events-elementor-event-widget__venue .tribe-events-content .tec-events-elementor-event-widget__venue-details .tec-events-elementor-event-widget__venue-website-url>a {
    border-color: #68745d !important;
    color: #68745d !important;
    text-decoration: none!important;
}
/* Effet hover */
.tec-events-elementor-event-widget__venue .tec-events-elementor-event-widget__venue-details .tec-events-elementor-event-widget__venue-address-map-link > a:hover, 
.tec-events-elementor-event-widget__venue .tec-events-elementor-event-widget__venue-details .tec-events-elementor-event-widget__venue-website-url > a:hover, 
.tec-events-elementor-event-widget__venue .tribe-events-content .tec-events-elementor-event-widget__venue-details .tec-events-elementor-event-widget__venue-address-map-link > a:hover, 
.tec-events-elementor-event-widget__venue .tribe-events-content .tec-events-elementor-event-widget__venue-details .tec-events-elementor-event-widget__venue-website-url > a:hover {
    color: #4f5b44 !important; /* Teinte plus foncée au survol */
    text-decoration: underline !important;
    border-color: #4f5b44 !important;
}

/************************************************************************/
/* VERSION MOBILE */
/************************************************************************/
@media (max-width: 768px) {
/* HEADER SCROLL */



/* Style pour l'en-tête rétréci */
.sticky-header.shrink {
    height: 120px!important;
}
.sticky-header.shrink .elementor-widget-image img {
    max-height: 100px !important;
}
}