/*
Theme Name: GIOtheme
Description: Theme enfant Preview
Author: Hugues - Preview
Author URI: 
Template: neve
Version: 0.1.0
*/

header .nv-navbar {
    background-color: #CBCBCB;
}
section.headerImg .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 0 !important;
}

/**** Tarte au citron ****/
#tarteaucitronAlertBig {
    /*height: 30px !important;*/
}
.nv-page-title,
#tarteaucitronAlertSmall,
#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrl {
    display: none !important;
}

header.header {
    position: fixed;
    width: 100%;
    z-index: 99;
}


.nv-single-page-wrap {
    margin-bottom: 0 !important;
}

/***** RESPONSIVE *****/

@media (min-width: 768px) and (max-width: 962px){
    main#content {
        top: 148px;
    }
}