/*
 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:       hello-elementor
 Version:        1.0.0
*/
 

.container-scrolling {
    position: relative!important;
	bottom: -276px!important;
	-webkit-transition: bottom 1000ms ease-out!important;
	-moz-transition: bottom 1000ms ease-out!important;
	-ms-transition: bottom 1000ms ease-out!important; 
	-o-transition: bottom 1000ms ease-out!important; 
    transition: bottom 1000ms ease-out!important;
}
.text-scrolling {
	-webkit-transition: opacity 500ms ease-out!important;
	-moz-transition: opacity 500ms ease-out!important;
	-ms-transition: opacity 500ms ease-out!important; 
	-o-transition: opacity 500ms ease-out!important; 
    transition: opacity 500ms ease-out!important;
}

.text-scrolling.js-scrolling {
	opacity: 0!important;
}
.container-scrolling.js-scrolling {
    bottom: -130px!important;
}

.sticky-header {
	transition: 0.2;
}
.sticky-header.js-scrolling {
	transform: translateY(-100%);
	transition: .2s ease-in;