/*
 Theme Name:   Consilio Advisory
 Theme URI:    https://solutionwebpro.com
 Description:  Thème propre pour Consilio Advisory
 Author:       SolutionWeb
 Author URI:   https://solutionwebpro.com
 Template:     hello-elementor
 Version:      2.0.11
 Text Domain:  consilioadvisory
*/
header.sticky {
    background-color: #fff;
    position: fixed !important;
    z-index: 9999 !important;
    left: 0 !important;
    right: 0!important;
    top: 0 !important;
	padding: 0 !important;
}
header img {
    transition: width 0.5s ease; 
}
header.sticky .first-logo img {
    width: 50px !important; 
}
header.sticky .second-logo img {
    width: 70px !important; 
}



@media screen and (min-width: 767px) {

}

@media screen and (max-width: 1024px) {
header.sticky .first-logo img {
    width: 60px !important; 
}
header.sticky .second-logo img {
    width: 80px !important; 
}
}

