.container-100px {
    margin: 100px;
    margin-top: 25px !important;
}

h4 {
    line-height: 1.2;
    font-weight: 600 !important;
}

@media only screen and (max-width: 800px) {
    h4 {
        font-size: 15px;
    }
    .container-100px {
        margin: 0px;
    }
}

hr {
    margin-top: 25px;
    box-sizing: border-box;
    height: 2px;
    border: 2px solid #4C84C1;
}

.admin-nav {
    background-color: #8b0000 !important;
}

.site-header__secondary-navigation__liens {
    text-align: left !important;
}

.modified-nav a {
    color: #a79d9d !important;
}

.bg--secondary {
    background-color: var(--secondary-color);
}

.stack__retour__lien {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.stack__retour__lien img {
    margin-right: 10px;
}

.visually-hidden {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
    word-wrap: normal;
}