/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29 déc. 2021, 15:45:07
    Author     : Utilisateur
*/
/*
light blue : #4285f4;
dark blue : #163a75;
*/
html.wp-toolbar {
    /*padding-top: 64px;*/
}
#wpwrap {
    background: url(../img/logoCenBig.png);
    background-repeat: no-repeat;
    background-position: center;
    background-position: bottom right;
    background-attachment: fixed;
    background-size: 350px;
}
/*******************************************************************************
********************************************************************************
*** ADMIN MENU LATERAL
********************************************************************************
*******************************************************************************/
#adminmenu,
#adminmenuwrap{
/*    background: linear-gradient(0deg, rgba(22,58,117,1) 0%, rgba(66,133,244,1) 100%);*/
    background: linear-gradient(0deg, rgba(66,133,244,1) 0%, rgba(22,58,117,1) 100%);
}

#adminmenu .wp-submenu,  
#adminmenuback{
    /*background:  #163a75;*/
    background: #4285f4;
}
#adminmenu a:hover,
#adminmenu li:hover div.wp-menu-image::before {
    color: #fff;
}
#adminmenu .wp-submenu a {
    color: #fff;
}
#adminmenu .wp-submenu a:focus, 
#adminmenu .wp-submenu a:hover, 
#adminmenu a:hover, 
#adminmenu li.menu-top > a:focus {
    color: #fff;
}
#adminmenu li.menu-top:hover, 
#adminmenu li.opensub > a.menu-top, 
#adminmenu li > a.menu-top:focus {
    background-color: #4285f4;
    color: #fff;
}
#adminmenu li.current a.menu-top{
    background-color: #4285f4;
}
/*******************************************************************************
********************************************************************************
*** PAGE PROFIL
********************************************************************************
*******************************************************************************/
#your-profile > h2,
.user-rich-editing-wrap,
.user-syntax-highlighting-wrap,
.user-comment-shortcuts-wrap,
.user-admin-bar-front-wrap,
.user-admin-color-wrap {
    display: none;
}
/*******************************************************************************
********************************************************************************
*** BTN SUPPORT
********************************************************************************
*******************************************************************************/
#btnLienSupport {
    position:fixed;
    bottom:20px; right:20px;
    border-radius: 30px 8px 30px 30px;
    background-color:#eb4233;
    color: #fff;
    z-index: 999;
    cursor: pointer;
    text-decoration:none;
    font-weight:bold;
    padding: 8px 15px;
    transition: all 0.5s ease-out 0s;
    font-size:1.3em;
}
#btnLienSupport:hover,
#btnLienSupport:focus {
    font-size:1.5em;
}
#btnLienSupport span {
    margin-right:5px;
}
/*******************************************************************************
********************************************************************************
*** WP BACKERY SEO
********************************************************************************
*******************************************************************************/
#vc_navbar #vc_seo-button{
  display: none;
}

/* #create_cen_support_ticket .astered{
    color: red;
}
#create_cen_support_ticket input,
#create_cen_support_ticket label,
#create_cen_support_ticket textarea{
    display: block;
} */