/*--------------------------------------------------------------------------*\
	Custom css related to Nespresso and cancel framework behaviours
\*--------------------------------------------------------------------------*/

.sidebar__nav{
    /*box*/
    padding:15px;
}

.sidebar__home-link{
    /*box*/
    display:none !important;
}

.sidebar__menu>.sidebar__menu-item{
    /*box*/
    margin-bottom:10px !important;
}

/*--------------------------------------------------------------------------*\
	Select in the breadcrump
\*--------------------------------------------------------------------------*/

.breadcrumb .control__field {
    /*background*/
    background-color: var(--c-tertiary-4) !important;
}

.breadcrumb .control__select {
    /*text*/
    color: var(--c-cta-2) !important;
    font-size: var(--fs-tn) !important;
    font-weight: var(--fw-bold) !important;
}

/*--------------------------------------------------------------------------*\
	Header
\*--------------------------------------------------------------------------*/

.header__home-logo {
    /*border*/
    border-radius: 50%;
}