/*header*/
#portal-header {
    margin:0;
}
body.section-index #portal-breadcrumbs {
    display:none;
}
.plone-breadcrumb ol a {
    color: #1A9E9F;
}
#content-header {
    background: #F7F6F1 url("++theme++sites/pergamenum/images/pergamenum21.jpg") no-repeat center;
    height:444px;
}
a#portal-logo {
    color:transparent;
}
/*header mobile*/
@media (max-width: 1024px) {
#content-header {
    background: #F7F6F1 url("++theme++sites/pergamenum/images/pergamenum-mini.jpg") no-repeat center;
    height:200px;
}
}
#portal-searchbox .searchButton {
    background: url(++theme++sites/platforms/images/icon-search.jpg) center no-repeat;
    width: 20px;
    height:34px;
}

/*navigation*/

.plone-navbar-nav li a, 
.plone-navbar-nav li a:hover,
.plone-navbar-nav > .selected > a, 
.plone-navbar-nav > .selected > a:hover {
    font-size: 14px;
    text-transform: uppercase;
    font-weight:300;
}
.plone-navbar-nav li .submenu {
    background-color: #494949;
}
.plone-navbar-nav li .submenu a,
.plone-navbar-nav li .submenu a:hover {
    font-weight:300;
    font-size:x-small;
    padding-top: 5px;
    padding-bottom:4px;
}
.plone-navbar-nav li .submenu a:hover{
    background: #8c8c8c;
}

/*CAROUSEL*/
.carousel-caption h3 {
    color:#fff;
}
body.section-index .carousel-inner {
    margin-top:-20px;
}
/*content*/
#content a {
    color:#1A9E9F;
    border:none;
}
#content-core p,
#content-core li {
    font-weight:300;
}
.documentFirstHeading {
    font-size:30px;
    text-transform:uppercase;
    border-bottom: none;
}
#content-core .vevent span.cal_month {
  background: #55ab26;
}

/*right portlets*/
#portal-column-two .portletHeader,
#portal-column-two .portletHeader a {
    color:#55ab26;
}
#portal-column-two a {
    color:#1A9E9F;
}

/*portlet events*/
#portal-column-one .portletHeader a {
    color:#55ab26;
}
#portal-column-one a {
    color:#1A9E9F;
}
.portletEvents .timezone {
    display:none;
}
.portletEvents footer.portletFooter {
    display:none;
}


/*footer*/

#portal-footer-wrapper p {
    border-bottom: none;
    padding-bottom: 0px;
}
#portal-footer-wrapper {
    padding: 0px 15px;
}
#footer-contact {
    color: #C9C9C9;
    font-weight: 300;
    text-align: center;
    background-color: #494949;
    padding: 10px 0px;
    margin-top:40px;
}
#footer-contact a {
    color: #C9C9C9;
}
#footer-logos {
    text-align: center;
    background-color: #c9c9c9;
    padding: 15px 0;
}
#footer-logos img {
    height: 60px;
    padding: 0 15px;
}
#footer-logos a {
    text-decoration:none;
}
/*supprimer ligne grise au top du footer contact*/
.row::after {
    display:none;
}