.md-nav__link:hover {
    color: #1B96FF !important;
}

.conseil {
    display: block;
    font-size: .65rem;
    color: #2772ac;
    margin-bottom: .5rem;
}

.conseil-img {
    width: .9rem;
}


strong {
    color: #2ecc71;
}

.capture {
    max-height: 25rem;
    margin-left: calc(50% - 269px);
}

.capture-mh {
    max-height: 18rem;
    margin-left: calc(50% - 290px);
}

.blueColor {
    color: #1B96FF;
}

.md-content__inner {
    margin-bottom: 2rem;
}

.footer {
    display: block;
    text-align: center;
    margin-top: 1.5rem;
    padding: .5rem 0;
    background: #2ecc71;
    color: white !important;
    font-weight: 400 !important;
    border-radius: .25rem;
    width: 100%;
}

.footer:hover {
    background: #21af5c;
    cursor: pointer;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
}

.exemple {
    padding: .5rem;
    font-size: .7rem;
    background-color: #edf6ff;
    border-radius: .25rem;
    border: solid #1B96FF 1px;
    color: #606060;

}