@media (max-width: 992px) {
    #footer {
        text-align: center !important;
    }

    #navigation, #information {
        border-bottom: 2px solid var(--text-color);
    }

    .b-bottom {
        margin-bottom: 20px;
    }

    .b-top {
        margin-top: 20px;
    }

    #coordonnee {
        border: 0 !important;
    }
}

.a.text-info:focus,
.text-info {
    text-decoration: none;
}