/*  Theme Name:   hello-elementor-child 
Theme URI:    https://metamorphose-digitale.com
Description:  Description de mon thème enfant 
Author:       Audrey  
Author URI:   https://metamorphose-digitale.com
Template:     hello-elementor  
Version:      0.1.0 */


.sticky-block {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}

.section-overlapping {
  position: relative;
  z-index: 20;
}

.elementor-109 .elementor-element.elementor-element-adc47bb .eael-grid-post-excerpt p {
	font-weight: 400 !important;
}

p > span a {
	color:#3B3B3B !important;
}
p > span a:hover {
	color:#A38B75 !important;
}

.elementor-109 .elementor-element.elementor-element-394513c img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
	height: 100vh;
	overflow: hidden;
}
/* STICKY HEADER */
header[data-elementor-id="79"] {
    position: sticky !important;
    top: 0 !important;
    z-index: 9999 !important;
    transition: all 0.4s ease-in-out;
    background-color: #ffffff; /* Adaptez à votre couleur */
}