/*header*/
#portal-logo {
    color:#494949;
    font-weight:300;
    font-size: 210%;
    text-transform: uppercase;
    text-decoration: none;
}
/*content*/
.documentFirstHeading{
    border-bottom: none;
}

/*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: #fafafa;

}
#footer-logos img {
    height: 80px;
    padding: 5px 20px;
}
/*supprimer ligne grise au top du footer contact*/
.row::after {
    display:none;
}