/*
 Theme Name:   allo3devis
 Theme URI:    https://solutionwebpro.com
 Description:  Thème propre pour allo3devis
 Author:       SolutionWeb
 Author URI:   https://solutionwebpro.com
 Template:     hello-elementor
 Version:      2.0.11
*/
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 img {
    width: 80px !important; 
}


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

}

@media screen and (max-width: 1024px) {
	header.sticky img {
		width: 90px !important;
	}
}
 
/*
body h1, body h2, body h3, body h4, body h5, body h6{
	    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol !important;
	    font-family: Airbnb Cereal VF, Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif !important;
}
body, body p, body span, body div, body button, body input, body optgroup, body select, body textarea{
	font-family: Airbnb Cereal VF, Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
}
*/