@font-face {

font-family: Sinter;
font-weight: 700;
src: url("https://cdn.public.lu/fonts/sinter/sinter-n7.woff2") format( "woff2") , url( "https://cdn.public.lu/fonts/sinter/sinter-n7.woff") format( "woff");

}

html {
    font-family: Sinter, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
    font-size: 62.5%;
    font-style: normal;
    line-height: 1.2;
    hyphens: none;
    color: #FFF;
    background-color: #00101a;
    text-size-adjust: 100%;
}

html,
body {
    height: 100dvh;
}

.page-main {
    height: 100%;
}

.at {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
}

body {
    font-size: 1.8rem;
    margin: 0;
}

/* *********** GOVBAR ************ */

.govbar {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    position: relative;
    z-index: 30000;
    overflow: hidden;
    width: 100%;
    height: 46px;
    border-bottom: 1px solid #CCCACA;
    background: #FFF;
}

.govbar img {
    display: block;
    height: 40px;
    padding: 3px 8px;
    border: 0;
}

@media(min-width: 720px) {
    .govbar img {
        float: right;
    }
}

.at {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
}

/* ********* END GOVBAR ********** */

.root-container {
    overflow-x: hidden;
    height: calc(100dvh - 47px);
}

ul {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}

.redirection-menu {
    height: 100%;
    background: linear-gradient(180deg, rgb( 230, 0, 126) 0%, rgb( 230, 0, 126) 50%, rgb( 0, 20, 137) 50%, rgb( 0, 20, 137) 100%);
}

.redirection-menu ul {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.redirection-menu ul li {
    height: 50%;
    min-height: 130px;
}

/* -------------------------------------------------------------------------- */
/*                                  LANGUAGES                                 */
/* -------------------------------------------------------------------------- */

.page-langs {
    position: absolute;
    top: 1.6rem;
    right: 1.6rem;
}

.page-langs .text-lang {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
}

#page-langs-dropdown-button {
    font-size: 2rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 0.7rem 2rem;
    cursor: pointer;
    transition: 0.3s ease-out;
    color: #fff;
    border: 0;
    background-color: transparent;
    gap: 1.2rem;
}

#page-langs-dropdown-button img {
    filter: invert(100%) brightness( 100%);
}

#page-langs-dropdown-button[aria-expanded="true"] img {
    transform: rotate(180deg);
}

#page-langs-dropdown-button img {
    width: 20px;
    height: 10px;
    transition: 0.3s ease-out;
}

#page-langs-dropdown-menu {
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;
}

#page-langs-dropdown-menu li {
    list-style: none;
}

a.lang {
    font-size: 2rem;
    font-weight: 400;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 0.7rem 2rem;
    text-align: left;
    text-decoration: none;
    color: #fff;
    outline-offset: -3px;
}

a.lang:hover,
a.lang:focus {
    text-decoration: underline;
}

/* -------------------------------------------------------------------------- */
/*                                END LANGUAGES                               */
/* -------------------------------------------------------------------------- */

a {
    color: #FFF;
}

a:focus {
    outline: 2px dotted #FFF;
    outline-offset: 2px;
}

header {
    position: absolute;
    z-index: 1;
    right: 0;
    padding: 2rem;
}

.blocklink {
    font-weight: 900;
    position: relative;
    display: flex;
    overflow: hidden;
    align-content: flex-start;
    box-sizing: border-box;
    height: 100%;
    padding: 0;
    text-decoration: none;
}

.blocklink:hover,
.blocklink:focus {
    text-decoration: none;
}

.blocklink-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.blocklink-title,
.blocklink-subtitle {
    text-align: center;
    text-transform: uppercase;
}

.blocklink-title {
    font-size: 3.8rem;
}

.blocklink-subtitle {
    font-size: 2rem;
    line-height: 1.2;
    display: flex;
    align-content: flex-start;
    justify-content: center;
}

.blocklink-checkbox-btn,
.blocklink-checkbox-url {
    font-size: 2rem;
    display: flex;
    align-content: stretch;
    align-items: center;
}

.blocklink-checkbox-url {
    margin-top: 16px;
    margin-left: 16px;
}

.blocklink-checkbox-btn-text,
.blocklink-checkbox-url-text {
    display: flex;
    align-items: center;
    height: 100%;
}

.blocklink-checkbox-url-text {
    font-size: 2rem;
    padding: 0 16px;
}

.blocklink-checkbox-btn-text {
    font-size: 2.2rem;
    line-height: 2.4rem;
    width: 100%;
    padding: 0 24px;
    background-color: #FFF;
}

.blocklink-checkbox-btn-icon,
.blocklink-checkbox-url-icon {
    width: auto;
}

.blocklink-checkbox-url-icon {
    height: 26px;
}

.blocklink-checkbox-btn-icon {
    height: 68px;
}

.link-communes .blocklink-checkbox-btn-text {
    color: #E6007E;
}

.link-europe .blocklink-checkbox-btn-text {
    color: #001489;
}

@media(min-width: 744px) {
    .redirection-menu {
        background: linear-gradient(180deg, rgb( 230, 0, 126) 0%, rgb( 230, 0, 126) 50%, rgb( 0, 20, 137) 50%, rgb( 0, 20, 137) 100%) , url( "../images/bg-landing-jepeuxvoter.jpg") 50% / cover no-repeat;
        background-blend-mode: multiply, normal;
    }

    .blocklink {
        padding: 48px 20px 28px 40px;
    }

    .blocklink-title,
    .blocklink-subtitle {
        text-align: left;
    }

    .blocklink-title {
        font-size: 8rem;
        line-height: 7.8rem;
    }

    .blocklink-subtitle {
        font-size: 4.6rem;
        justify-content: flex-start;
    }

    .blocklink-checkbox-url {
        margin-left: 0;
    }

    .blocklink-checkbox-btn-text {
        width: max-content;
    }

    .blocklink-checkbox-url-text {
        font-size: 2.2rem;
    }

    .blocklink-checkbox-btn-text {
        font-size: 3rem;
        line-height: 3rem;
    }

    .blocklink-checkbox-url-icon {
        height: 48px;
    }

    .blocklink-checkbox-btn-icon {
        height: 68px;
    }
}

@media(min-width: 1280px) {
    .redirection-menu {
        height: 100%;
        background: linear-gradient(90deg, rgb( 230, 0, 126) 0%, rgb( 230, 0, 126) 50%, rgb( 0, 20, 137) 50%, rgb( 0, 20, 137) 100%) , url( "../images/bg-landing-jepeuxvoter.jpg") 50% / cover no-repeat;
        background-blend-mode: multiply, normal;
    }

    .redirection-menu ul li {
        width: 50%;
        height: auto;
    }

    .page-main {
        height: 100%;
    }

    .redirection-menu ul {
        flex-direction: row;
        gap: 0;
    }

    .page-main,
    .redirection-menu li {
        padding: 0;
    }

    .blocklink {
        padding: 80px 20px 80px 60px;
    }

    .blocklink:focus {
        outline-offset: -3px;
    }

    .blocklink-content {
        display: flex;
        align-content: space-between;
        flex-direction: column;
        width: 100%;
        height: 100%;
    }

    .blocklink-title {
        font-size: 7.4rem;
        line-height: 7rem;
        height: 21rem;
    }

    .blocklink-subtitle {
        font-size: 3.6rem;
    }

    .blocklink-checkbox-url-text {
        font-size: 2.2rem;
    }

    .link-communes .blocklink-checkbox-btn-text,
    .link-europe .blocklink-checkbox-btn-text {
        font-size: 3.6rem;
        line-height: 3.8rem;
    }

    .blocklink-checkbox-url-icon {
        height: 48px;
    }

    .blocklink-checkbox-btn-icon {
        height: 68px;
    }

    .blocklink-checkbox-btn-text {
        font-size: 4.5rem;
        height: 100%;
        padding: 0 24px;
        background-color: #FFF;
    }
}

@media(min-width: 1920px) {
    .blocklink {
        padding: 80px 20px 80px 120px;
    }

    .blocklink-title {
        font-size: 12rem;
        line-height: 11.2rem;
        height: 33.6rem;
    }

    .blocklink-subtitle {
        font-size: 5rem;
    }

    .blocklink-checkbox-url-text {
        font-size: 3rem;
    }

    .blocklink-checkbox-btn-text {
        font-size: 4.5rem;
        line-height: 3rem;
    }

    .blocklink-checkbox-url-icon {
        height: 58px;
    }

    .blocklink-checkbox-btn-icon {
        height: 68px;
    }
}
