/*
Theme Name: Elementor Child Theme
Theme URI:  https://www.wpserveur.net
Author:     WPServeur
Author URI: https://www.wpserveur.net
Template:   hello-elementor
Version:    1.0
License:    GNU General Public License v2 or later
*/

.header-scrolled {
 background-color: rgba(0, 27, 60);
  box-shadow: 0px 4px 4px rgba(0, 27, 60, 0.25);

  transition: all 0.3s ease;
	
	
}

.header-scrolled .elementor-element-271fce2 img {
  transform: scale(0.7);
  transition: transform 0.3s ease;
}

.elementor-element-271fce2 img {
  transition: transform 0.3s ease;
}




