/* Module Footer */

/* CANDIDAT */

.em-container-footer-cand {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.em-container-footer-cand .row {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.em-container-footer-cand .row:nth-child(2) {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.em-col-1-footer, .em-col-2-footer, .em-col-3-footer {
    flex: 0 0 33%;
}

.em-big-col-footer {
    flex: 0 0 66%;
}

.em-col-3-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    align-self: self-end;
}

.em-container-footer-cand .em-col-3-footer a {
    font-weight: 500 ;
    text-align: end;
}

.em-col-3-footer  img {
    max-height: 70px;
}

hr.footer-separation {
    width: 64%;
    margin: 20px auto 10px auto;
}

.footer-rgpd-links {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.em-footer-container-row {
    column-gap: 8px;
}

.footer-emundus {
    text-align: end;
    width: auto;
    white-space: nowrap;
    flex: 1;
}

.footer-rgpd  {
    flex: 6;
}

.footer-client  {
    flex: 1;
}

.footer-rgpd-links a, .em-col-3-footer a  {
    text-decoration: underline;
}

.footer-rgpd-links a:hover, .em-col-3-footer a:hover {
    text-decoration: none;
}


.footer-rgpd p {
    padding: 0px 10px;
    text-align: center;
}

/* GESTIONNAIRE */

.em-container-footer-gest {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.em-container-footer-gest .em-block-footer p {
    color: var(--neutral-900);
}

.em-container-footer-gest .em-block-footer a {
    color: #000 !important;
    font-weight: 500 ;
}


/* MOBILE */
@media all and (max-width: 479px) {

    .footer-rgpd {
        align-items: center;
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .footer-rgpd p {
        padding: 10px 0px;
    }

    .em-container-footer-cand .row:nth-child(1) {
        flex-direction: column;
        align-items: center;
    }

    .em-container-footer-cand .row:nth-child(1) .em-col-1-footer,
    .em-container-footer-cand .row:nth-child(1) .em-col-2-footer,
    .em-container-footer-cand .row:nth-child(1) .em-col-3-footer {
        align-items: center;
        align-self: center;
    }


    .em-container-footer-cand .row:nth-child(1) .em-col-1-footer p,
    .em-container-footer-cand .row:nth-child(1) .em-col-2-footer p,
    .em-container-footer-cand .row:nth-child(1) .em-col-3-footer a,
    .em-container-footer-cand .row:nth-child(1) .em-big-col-footer * {
        text-align: center;
        padding-bottom: 5px;
    }

    .footer-rgpd-links {
        flex-direction: column;
        align-items: center;
    }

    .em-big-col-footer {
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .em-footer-container-row {
        flex-direction: column !important;
    }

    .footer-client {
        text-align: center;
    }
}

@media all and (min-width: 480px) and (max-width: 767px) {
    .footer-rgpd-links {
        flex-direction: row;
        align-items: center;
    }

    .em-flex-row.em-footer-container-row {
        flex-direction: column !important;
        row-gap: 16px;
    }

    .footer-client {
        text-align: center;
    }
}

@media all and (min-width: 768px) and (max-width: 959px) {
    .footer-emundus {
        white-space: break-spaces;
    }
}

