.body-site {
    gap: 2rem;
    margin: 16px auto 32px auto;
}

h3 {
    font-size: 40px;
    font-family: UbuntuBold;
}

.navigation {
    background-color: rgba(0, 0, 0, 0.5);
}

.navigation .burger span {
    display: none;
}

.navigation .rubrique-site ul li a, .navigation .reseaux img {
    color: white;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7452%) hue-rotate(202deg) brightness(96%) contrast(103%);
}

.edit-hub {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 1rem;
}

.edit-hub .edit-hub-container {
    width: 50%;
}

.edit-hub-container {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.edit-hub-container h4 {
    font-size: 24px;
    font-family: UbuntuBold;
}

p, ul li {
    font-size: 16px;
}

.footer-info-arbo h4 a {
    text-decoration: none;
    color: #F3A333;
}

@media only screen and (max-width: 1200px) {
    .body-site {
        margin: 0 8% 24px 8%;
    }

}

@media only screen and (max-width: 768px) {
    .edit-hub {
        flex-direction: column;
    }

    .edit-hub .edit-hub-container {
        width: 100%;
    }

    .navigation .burger {
        display: none;
    }

    .navigation .logo {
        display: flex;
    }

}