/* .page-header-sitebrand-topbar .site-branding {
    height: 95px;
}

.logo {
    max-height: 70px;
} */

.bloc-index-link {
    text-decoration: none;
}

.bloc-index {
    background-color: #FB8037;
    color: #fff;
    padding: 1.33rem;
    margin-top: 1rem;
    text-align: center;
    font-weight: 500;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    display: flex;
    flex-direction: row;
    line-height: 100%;
    align-items: center;

    transition: all 150ms ease-in-out;


}
.bloc-index div {
   text-align: left;
}

.bloc-index:hover {
    background-color: #ea6213;
    color: #fff;
    text-decoration: none;
}
.bloc-index span.icon {
    margin:0  0.5rem;
    transition: all 150ms ease-in-out;
}
.bloc-index:hover span.icon {
    margin-right: 0.2rem;
}

.bloc-index-link:hover {
   text-decoration: none;
}