/* header 
------------------------- */
#headerFixed{transition: opacity 1s ease 0s;}
.home #headerFixed{position: absolute;top: 0;left: 0;right: 0;z-index:999;}
    .headerFixedNew{background: white !important;position: fixed !important;top: 0;left: 0;right: 0;z-index:999;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.27);}

/* logo 
------------------------- */
#headerFixed #logoHeaderNew{display: block;}
.home #headerFixed #logoHeaderNew{display: none;}

#headerFixed #logoHeader{display: none;}
.home #headerFixed #logoHeader{display: block;}

.headerFixedNew #logoHeader{display: none !important;}
.headerFixedNew #logoHeaderNew{display: block !important;}

@media (min-width: 1024px) {

    /* menu 
    ------------------------- */
    .home #headerFixed nav > ul > li > a {color: white ;fill: white;}
    .headerFixedNew nav > ul > li > a {color: black !important;fill: black !important;}

    /* picto 
    ------------------------- */
    .home #headerFixed .picto svg{fill:white;}
    .headerFixedNew .picto svg{color: black !important;}
}
