/*
Skin package for boisduluc intranet

css by Netvaast

Orange base : #ff8336;

CSS pour les modifs apportées au portail Plone
*/



/*** PORTAL LOGO ***/
#portal-logo {
    border:1px solid #eee;
    border-radius:12px;
    display:inline-block;
    margin:0.8em 0;
    padding:12px;
}




/*** PLONE NAVBAR ***/
#mainnavigation-wrapper{
    margin-bottom: 3rem;
}

.navbar-barceloneta {
    background-color: #ff8336 !important;
    color:#777 !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.17);
}

.navbar-nav li{
    border-left:2px solid #fff;
    border-right:2px solid #fff;
}


/*** BREADCRUMB ***/
#portal-breadcrumbs {
    display: none;
}



/*** CONTENT ***/
h1.documentFirstHeading,
h1.titre-page{
    border-bottom:none !important;
    font-family: 'Exo' !important;
    color: #ff8336;
}

h1.titre-page {
    border-bottom: 1px solid rgba(32, 92, 144, 0.13);
    border-bottom:none !important;
    color: #205c90;
    font-size: 2em;
}

h1 {
    border-bottom: 1px solid rgba(32, 92, 144, 0.13);
    font-size: 2em;
    color: #205c90;
}




/*** LEFT COLUMN ***/
/* portlet navigation */
.portletNavigationTree{
    background-color:rgba(200,200,200,0.1);
    /*background-color:rgba(200,200,200,0.1);*/
    border:1px solid #ccc;
    border-radius:0px 12px 0px 0px !important;
}

.portletNavigationTree .card-header{
    background-color: #ff8336 !important;
    text-align:center;
    border-radius:0px 12px 0px 0px !important;
}
.portletNavigationTree .card-header a{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}


ul.navTree li.navTreeItem{
    border-bottom:1px dotted #ccc;
    transition:all 0.4s ease-in;
    transition:all 0.4s ease-in;
}

ul.navTree li.navTreeItem:hover{
    background-color:#205c90;
}

ul.navTree li.navTreeItem a{
    font-family: Arial;
    font-size:1.1em;
    background-image: none;
    color:#205c90;
    transition:all 0.4s ease-in;
    transition:all 0.4s ease-in;
    text-decoration: none;
}

ul.navTree li.navTreeItem a:hover{
    color:#000 !important;
}

ul.navTree .navTreeCurrentItem {
    background-color: #f6f6f9;
    color:#000 !important;
    border-left:3px solid #ff8336;
}

ul.navTree .navTreeCurrentItem a{
    color:#fff !important;
}

ul.navTree li.navTreeItem img{
    visibility:hidden;
}

.state-internal,
.state-internally_published {
  color: #d39105 !important;
}

