.md-typeset a {
    color: #06c;
    word-break: break-word;
}
.md-header {
    --md-primary-fg-color: #ffc103
}
@media screen and (max-width: 76.1875em) {
    .md-nav--primary .md-nav__item--active > .md-nav__link {
        color: #e30513;
    }
}

.md-header__button.md-logo img {
    width: auto;
    height: 1.3rem;
}

.md-nav__link--active {
    --md-typeset-a-color: #e30513
}

.md-nav__title .md-nav__button.md-logo img {
    width: auto;
    height: 0.8rem;
    
}

.val-footer
{
    border-top: 1px solid #ffc103;
}


.logo-ulaval {
    
    max-height: 50px;
}
.md-header__button.md-logo {
    vertical-align:middle;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.logo-valeria {
    border-right: 2px;
    border-right-style: solid;
    border-color: grey;
    padding-left: 18px;
    padding-right: 0px;
    
    vertical-align:middle;
    
    
}

.logo-header {

    max-height: 32px;
    min-height: 32px;
    vertical-align: middle;
}

.val-footer__grid {
    justify-content:left;
}

.val-footer__grid__item {
    min-width: 10rem;
    min-height: 0;
}

.val-footer__item {
    padding: 5px 5px 5px 15px;
    display: block;
    min-width: 2rem;
    font-size: .64rem;
}

/* Pour la démo
.center {
    display: block;
    margin: 0 auto;
}

@media only screen and (min-width: 76.25em) {
  .md-main__inner {
    max-width: none;
  }
  .md-sidebar--primary {
    left: 0;
  }
  .md-sidebar--secondary {
    right: 0;
    margin-left: 0;
    -webkit-transform: none;
    transform: none;
  }
}
*/