/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

#header__superieur{
    position:fixed ;
    z-index:100;
}

#header__inferieur{
    padding-top:90px;
}

/*
#header__inferieur .hfe-nav-menu a{
    text-align:center;
}*/

/*
#conteneur__nav{
  
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	width: 30%;
}
*/
#header__inferieur .hfe-nav-menu li:nth-child(1) a::before,
#header__inferieur .hfe-nav-menu li:nth-child(2) a::before{
	transform: scaleX(0);
	height: 1.9px;
	content: '';
	border-radius: 20px;
	background-color: #0065FC;
	display: block;
	width: 150%;
	margin-bottom: 97px;
} 

#header__inferieur .hfe-nav-menu li:nth-child(1) a:hover::before,
#header__inferieur .hfe-nav-menu li:nth-child(2) a:hover::before{
    transform: scaleX(1);
    transition: transform 2000ms;
}