i[class^="mds-ico-"] {
    font-style: normal;
    font-weight: 400;
}
i.mds-ico-des:before { content: "\e909"; }
i.mds-ico-diamant:before { content: "\e927"; }
i.mds-ico-courbe:before { content: "\e908"; }
i.mds-ico-argent:before { content: "\e904"; }
i.mds-ico-grille:before { content: "\e903"; }
i.mds-ico-hashtag:before { content: "\e902"; }

.bouton-argent-reel {
    font-weight: 600;
    line-height: 1.6;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding: 7px 20px;
    transition: .3s;
    text-decoration: none;
    color: #fff;
    border: 0;
    border-radius: 15px;
    margin: 5px;
    background-color: #e75e29;
}
