/*********   list inline hyperlienx ************* utilsation*/

h3.breadcrumb {
    font-size: 60%;
    text-align: center;
    padding-bottom: 1%;
}

.breadcrumb {
    padding: 0 .5rem 0.8rem .5rem ;
}

.breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    justify-content: center;
    background-color: rgb(230, 246, 185);
    padding: .5rem;
    box-shadow: 5px 10px 20px #625f5f;
    border-radius: 10px;
}

.breadcrumb li:not(:last-child)::after {
    display: inline-block;
    margin: 0 .2rem;
    content: "→";
}

.breadcrumb a:link {   
    text-decoration: none;
    font-weight: 600;  
}

.breadcrumb a:hover {
    /**/
    background-color: red;
    color: white;
    border-radius: 8px;
    padding: 3px;/*
    font-size: 110%;*/
    /*    zoom */
}