/*
 Theme Name:     L'Etoile du Web Theme
 Theme URI:      
 Description:    Votre site sera constitue de plusieurs pages (accueil, blog, contact, etc...) que vous pourrez librement personnaliser selon vos besoins.
 Author:         L'Etoile du Web
 Author URI:     https://letoileduweb.fr
 Template:       astra
 Version:        1.0.0
*/
 
@import url("../astra/style.css");

.elementor-location-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9999;
	transition: height 0.2s; 
}

.shrinking-logo.js-scrolling  img {
	background-color: #BC9D72!important;
	max-width: 65%!important;
	-webkit-transition: height 0.2s; 
	-moz-transition: height 0.2s; 
	-ms-transition: height 0.2s; 
	-o-transition: height 0.2s; 
	transition: height 0.2s; 
}

.sticky-header.js-scrolling {
	background-color: #ffffff!important;
	box-shadow: 5px 0px 10px 0px rgba(0,0,0,0.5);
}

.menu_bellecoste.js-scrolling nav ul li a {
	color: #BC9D72!important;
}

.menu_bellecoste.js-scrolling nav ul li a:after {
	background-color: #BC9D72!important;
}

.title_bellecoste.js-scrolling h2 a{
	color: #BC9D72!important;
}
