/*
Theme Name: Zuhn
Text Domain: zuhn
Version: 1.0
Requires at least: 4.7
Requires PHP: 5.6
Description: Thème développé par Xavier Gerber.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Author: Xavier Gerber
Author URI: 
Theme URI: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/


/*ADMINBAR*/
#wpadminbar p,
#wpadminbar a{
    font-size:14px!important;
}
#wpadminbar {
    direction: ltr;
    color: #c3c4c7;
    font-size: 13px;
    font-weight: 400;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    line-height: 2.46153846;
    height: 32px;
    position: fixed;
    top:calc(100vh - 30px);
    left: 0;
    width: 100%;
    min-width: 600px;
    z-index: 99999;
    background: rgba(0,0,0,0.4);
}
#wpadminbar .menupop .ab-sub-wrapper {
    bottom: 32px; /* Hauteur de la barre Admin Bar */
    top: auto !important;
}

#wpadminbar .quicklinks .menupop ul {
    bottom: 0;
}

/*MENU*/
#gx_header{
    transition:0.4s;
    position:fixed;
    top:0px;
}
#gx_header *{
    transition:0.6s;
}
.gx_header_in_page{
    top:-55px!important;
}
.navbar img{
    width:80px
}
.gx_header_in_page .navbar{
    background:red;
}
.gx_header_in_page .navbar img{
    width:90px
}
.gx_header_in_page .navbar *{
    color:white!important;
}

