footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    /* background-color: #141414; */
    background: transparent;
    color: white;
    padding: 20px 40px;
    position: relative;
    z-index: 30;
}

footer > div {
    padding: 10px;
    min-height: 80px;
}

#footer-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

div#footer-info > div {
    padding: 0px 5px;
    line-height: 25px;
}

.email {
    margin-top: 5px;
}

.social-media {
    margin-top: 15px;
    /* line-height: 25px; */
}

.social-media a {
    margin: 0 10px;
    color: white;
    text-decoration: none;
    transition: 0.5s;
}

.social-media a:hover {
    color: #ff0000;
}

#footer-vanier {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    /* height: 100px; */
}

#footer-vanier > * {
    margin-top: 10px;
}

#footer-vanier > img {
    width: 150px;
    /* Adjust the size as needed */
}

.vanier-span {
    font-weight: bold;
    color: red;
}

#hr {
    border: 1px solid green;
    width: 100vw;
    position: fixed;
    top: 95.75%;
    z-index: 50
}