#menu-posts-oeuvres .wp-submenu-wrap li:nth-child(3)::after,
#menu-posts-oeuvres .wp-submenu-wrap li:nth-child(5)::after{
	content:'';
	width:50px;
	height:1px;
	background:rgba(255,255,255,.2);
	display: block;
	width: 100%;
	
	margin:5px 0;
	
}

#wp-admin-bar-site-name > .ab-item,
#wp-admin-bar-site-name > .ab-item:hover{
	background-image:url('../img/logo-inline.png')!important;
	background-size:auto!important;
	background-repeat: no-repeat!important;
	 background-position: 50% 50% !important; 

	/* */
	text-indent: -9999px;
	min-width: 145px;
}

#wpadminbar{
	/* padding:.75rem 0; */
}

#wp-admin-bar-site-name .ab-item::before{
	content:''!important;
}

#wp-admin-bar-wp-logo{
	display:none;
}

#toplevel_page_grilles-de-prix li.wp-first-item{
	display: none;
}

/* ============================= 
   ========= Dashboard ========= 
   ============================= */

/* #dashboard-widgets-wrap{display:none;} */ /* Cacher tous les widgets */

.welcome-panel{
	background: transparent;
}

.welcome-panel-content{
	display: flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	
	color:#fff;
	
	margin:0 0 2rem 0!important;
	
	background-size: cover;
	background-position: 50% 20%;
	background-repeat: no-repeat;
	
	overflow: hidden;
	position: relative;
}

.welcome-panel-content::after{
	content:'';
	background:rgba(0,0,0,.6);
	display: block;
	
	position: absolute;
	width: 100%;
	height:100%;
	
	top:0;
	left:0;
	z-index:50;
}

.welcome-panel-content:not(.visible){
	display: none;

}

.welcome-panel-content h2,
.welcome-panel-content p{
	color:#fff!important;
	z-index:100;
	
	position: relative;
}

#the-list .ac-image{
	background: transparent;
}

#the-list .ac-image img{
	border-radius: 50%;	
}



/* ========================================== 
   ========= Custom Commandes Table ========= 
   ======================================= */

th[data-name="image_url"], td[data-name="image_url"],
th[data-name="id"], td[data-name="id"] {
	display:none;
}

tr.status-expediee, tr.statut_validated{
	background-color:rgba(55,165,120,.1)!important;
}

tr.status-en_attente, tr.statut_en_attente{
	background-color:rgba(243,145,83,.1)!important;
}

tr.status-expediee td,
tr.status-en_attente td,
tr.status-expediee th,
tr.status-en_attente th
{
	border-bottom:2px solid white!important;
}

/*
.wp-admin .comment pre {
  background: pink; 
  padding: 6px 10px;
  font-size: 16px;
  border: 1px solid #ccc;
}

.wp-admin .comment pre[class] {
  background: #fff; 
}

#adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head, #adminmenu .wp-menu-arrow, #adminmenu .wp-menu-arrow div, #adminmenu li.current a.menu-top, #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu{
	background:#5e5e5e!important;
}


#wpadminbar .ab-top-menu>li.hover>.ab-item, #wpadminbar.nojq .quicklinks .ab-top-menu>li>.ab-item:focus, #wpadminbar:not(.mobile) .ab-top-menu>li:hover>.ab-item, #wpadminbar:not(.mobile) .ab-top-menu>li>.ab-item:focus,
#wpadminbar:not(.mobile)>#wp-toolbar a:focus span.ab-label, #wpadminbar:not(.mobile)>#wp-toolbar li:hover span.ab-label, #wpadminbar>#wp-toolbar li.hover span.ab-label,
#adminmenu .wp-submenu a:focus, #adminmenu .wp-submenu a:hover, #adminmenu a:hover, #adminmenu li.menu-top>a:focus,
#adminmenu li a:focus div.wp-menu-image:before, #adminmenu li.opensub div.wp-menu-image:before, #adminmenu li:hover div.wp-menu-image:before,
.wp-menu-name:hover
{
	color:#fff!important;	
}

.wp-menu-name{
	color:rgba(255,255,255,.85);	
}

#adminmenu{
	margin:0!important;
}

#adminmenu .menu-icon-comments{
	display: none;
}




#wpadminbar{
	
}

#wp-admin-bar-site-name .ab-item::before{
	content:''!important;
}

#wp-admin-bar-wp-logo{
	display:none;
}
*/