/*header*/
body.section-index #portal-breadcrumbs {
    display:none;
}
.plone-breadcrumb ol a {
    color: #1A9E9F;
}
#portal-searchbox .searchButton {
    background: url(++theme++sites/docs/images/rechercher.jpg) center no-repeat;
    width: 20px;
    height:34px;
}

#search-filter-toggle {
    display:none;
}
#personaltools-login {
    display:none;
}

/*header mobile*/
@media (max-width: 767px) {
#portal-logo img{
    width:100%;
}
}

#portal-logo {
   font-weight: 300;
   font-size: 200%;
   text-transform: uppercase;
   color:#55ab26;
}

@media (max-width: 767px) {
#portal-searchbox {
    position: inherit;
}
}

/*navigation*/

.plone-navbar-nav li a, 
.plone-navbar-nav li a:hover {
    font-size: 14px;
    text-transform: uppercase;
    font-weight:300;
}
.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;
    font-weight:300;
}
.plone-navbar-nav li .submenu a,
.plone-navbar-nav li .submenu a:hover {
    font-size:smaller;
    padding-top: 5px;
    padding-bottom:4px;
}
.plone-navbar-nav li .submenu a:hover{
    background: #8c8c8c;
}

/*content*/
img {
    max-width:100%;
}
#content-core p,
#content-core li {
    font-weight:300;
}
#content-core p {
    text-align:justify;
}

#content a {
    border:none;
    color:#1A9E9F;
}
.documentFirstHeading{
    border-bottom: none;
}
#portal-column-two a {
    color:#1A9E9F;
}

/*footer*/

#portal-footer-wrapper p {
    border-bottom: none;
    padding-bottom: 0px;
}
#portal-footer-wrapper {
    padding: 0px 15px;
}
#footer-contact {
    color: #C9C9C9;
    font-weight: lighter;
    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: 40px;
    padding: 0 15px;
}
/*supprimer ligne grise au top du footer contact*/
.row::after {
    display:none;
}