/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1773061843
Updated: 2026-03-09 13:10:43

*/

.presta.elementor-widget-image-box .elementor-image-box-content{
	opacity:0;
	width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
   height:Calc(100% - 5px);
	transition:all 1s ease-out;
	 display: flex;
    flex-direction: column;
    justify-content: center;
}
.presta.elementor-widget-image-box .elementor-image-box-content:hover {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    height:Calc(100% - 5px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgb(0 0 0 / 40%);
	opacity:1
}
.presta.elementor-widget-image-box .elementor-image-box-content:hover p a{
	color:#fff; 
	border:2px solid #fff; 
	padding:5px 10px
}
#header-fixed.fixed-top,#header-
div#avis div {
    display: block !important;
}
#header-fixed.fixed-top .e-con-inner,#header-fixe.fixed-top .e-con-inner{
	padding:0px;
	transition:all 1s ease-out
}
#header-fixed.fixed-top{
	background:#f6f4f2;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
}