/* padding to give space to arrow images */
.uk-nav-offcanvas>li>a 
{
  padding: 10px 24px !important;
}

/* bouton to expand submenu */ 
.boutonexpand
{
	position: absolute;
    margin-left: 230px;
    margin-top: -40px;
    width: 40px;
    height: 38px;
    background: url(/templates/tenth/images/chevron_right_grey.png) no-repeat;
    background-position: center;
}

/* when expanded */
.expanded
{
	background: url(/templates/tenth/images/chevron_down_grey.png) no-repeat;
    background-position: center;
}