﻿.ed-footer {
    display: flex;
    width: 100%;
    height: 92px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--ed-main-text-color);
    border-top: 26px solid #F4F4F4;
}

.ed-footer a {
    color: var(--ed-main-text-color);
    font-size: 16px;
}

.ed-footer-logo {
    margin-left: 110px;
    margin-right: auto;
}

.ed-footer-logo > img {
    width: 80px;
}

.ed-footer-infos-website {
    display: inline-block;
}

.ed-footer-infos {
    text-align: center;
    padding: 0 10px;
}

.ed-footer-contact {
    margin-left: auto;
    margin-right: 110px;
    display: flex;
    column-gap: 16px;
    width: fit-content;
    justify-content: right;
}
.ed-footer-contact a {
    color: var(--ed-main-color) !important;
    text-decoration: none !important;
    font-size: 25px;
}

body:has(#launcher) .ed-footer-logo {
    margin-left: 200px;
}

body:has(#launcher) .ed-footer-contact {
    margin-right: 200px;
}


@media (pointer:none), (pointer:coarse) {
    body:has(#launcher) .ed-footer-logo {
        margin-left: 110px;
    }

    body:has(#launcher) .ed-footer-contact {
        margin-right: 110px;
    }
}


@media all and (max-width: 991px) {
    .ed-footer-logo {
        margin-left: 16px;
    }

    .ed-footer-contact {
        margin-right: 16px;
    }

    body:has(#topcontrol) .ed-footer-logo {
        margin-left: 55px;
    }

    body:has(#topcontrol) .ed-footer-contact  {
        margin-right: 55px;
    }

    body:has(#launcher) .ed-footer-logo {
        margin-left: 180px;
    }
}

@media (pointer:none), (pointer:coarse) and (max-width: 991px) {
    body:has(#launcher) .ed-footer-logo {
        margin-left: 80px;
    }

    body:has(#launcher) .ed-footer-contact {
        margin-right: 80px;
    }
}

@media all and (max-width: 771px) {
    .ed-footer-logo {
        display: none;
    }

    .ed-footer-infos {
        margin: auto;
    }

    .ed-footer-infos a {
        font-size: 12px;
    }

    .ed-footer-infos-website {
        display: block;
    }

    .ed-footer-infos-website > span {
        display: none;
    }

    .ed-footer-contact {
        margin-right: 50px !important;
    }

    body:has(#launcher) .ed-footer-infos {
        margin-left: 180px;
    }
}

@media (pointer:none), (pointer:coarse) and (max-width: 771px) {
    body:has(#launcher) .ed-footer-infos {
        margin-left: 80px;
    }
}