/* 
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.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
*/

/*
    Add your custom styles here
*/

.skip-link screen-reader-text{
display:none;	
}


/* Sticky header alima.ngo — force le header à conserver sa hauteur
   dès que MDP active le sticky sur une section interne */
.elementor-location-header:has(.mdp-selection-section-sticky) {
  min-height: 110px !important;
}

/* Transitions fluides entre état normal et état sticky */
.elementor-element-8238bb2,
.elementor-element-8238bb2 #logo-blanc,
.elementor-element-8238bb2 #logo-bleu,
.elementor-element-8238bb2 .elementor-item,
.elementor-element-8238bb2 .mdp-buttoner-link {
  transition: background-color 0.3s ease,
              color 0.3s ease,
              opacity 0.3s ease,
              padding 0.3s ease;
}