﻿.bloc-breadcrumb {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

.bloc-breadcrumb h3 {
   color: var(--Colors-BE-NOIR, #000);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
}

.breadcrumb a {
    color: var(--BASIC-NOIR, var(--color-black));
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    text-transform: uppercase;
}

.breadcrumb a.color-blue {
    color: var(--MAIN-COLOR);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@media (max-width: 768px) {

    .bloc-breadcrumb h3 {
        margin-top: 30px;
    }

    .breadcrumb a {
        font-size: 14px;
    }

}
