.link-ongletComponent {
    text-decoration: none !important;

}

.ongletComponent {
    color: #6a6767;
    font-size: 17px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
    background-color: #ffffff;
    border: none;
    font-family: 'Roboto';
    width: 200px;
    height: 60px;
    border-radius: 60px;
    padding: 0;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: normal;
    text-align: center;

    margin-bottom: 10px;

}

.ongletComponent:hover {
    background-color: white;
    color: #fb6b4d;
}

.active-ongletComponent {
    color: #fb6b4d;
}




