/*  Theme Name:   Hello Elementor Enfant 
Theme URI:    https://boitmobile.fr
Description:  Theme enfant 
Author:       Boitmobile  
Template:     hello-elementor  
Version:      0.1.0 */

/* BOITMOBILE */

/* Header */
#header-logo, #header-logo img {
    max-width: 300px;
    transition: max-width 0.3s ease;
}
@media screen and (max-width: 576px) {
	#header-logo, #header-logo img {
    	max-width: 250px;
	}
}

.scrolled-custom #header-logo, .scrolled-custom #header-logo img {
    max-width: 200px;
}

#hero .e-n-menu-content {z-index: 2}

.img-link-dispositif {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#svg-carte {
	width: 100%;
	height: auto;
	display: block;
	
}

#svg-carte .carte-dep-stroke:hover {
	filter: drop-shadow(2px 4px 6px black);
	cursor: pointer;
}

h2, h3 {font-weight: 600 !important}

/* #float-aide ul li {list-style-image: url()} */

.e-n-menu-title-text:hover {cursor: pointer !important;}