<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 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 {
    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;
}

.em-container-footer-cand .em-col-3-footer a img {
    float: right;
}

.footer-client.centered-links {
    position: absolute;
    left: 20px;
}

.footer-emundus.centered-links {
    position: absolute;
    right: 20px;
}

.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: var(--em-profile-color) !important;
    font-weight: 500 ;
}

.em-container-footer-gest .em-block-footer a:hover {
    font-weight: 500;
}

.footer-rgpd {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

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


.footer-b .container-link-footer {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.footer-b  ul {
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
}

.footer-b  li {
    list-style: none;
}

.footer-b  li:nth-child(1) a {
    margin: 10px;
    border-right: 1px solid var(--light-grey-3);
    padding: 0 10px;
}

/**********************
 * Modifications peps *
 **********************/

.em-container-footer-gest .em-block-footer .platform-version, .em-container-footer-cand .platform-version {
    color: #000;
    text-decoration: none;
}

/**************************
 * Fin modifications peps *
 **************************/

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

    .em-container-footer-cand {
        flex-direction: column-reverse;
    }

    hr.footer-separation {
        display: none;
    }

    .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) {

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


@media all and (max-width: 1366px) {
    .footer-emundus.centered-links, .footer-client.centered-links {
        position: initial;
    }
}


@media all and (max-width: 767px) {
     .footer-client.centered-links a{
        display: flex;
        justify-content: center;
    }
}

</pre></body></html>