/* reset */
.header_footer
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

.header_footer
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

.header_footer
ul {
    list-style: none;
}

button,
input,
select,
textarea {
    margin: 0;
}

.header_footer {
    box-sizing: border-box;
}

.header_footer
*,
*:before,
*:after {
    box-sizing: inherit;
}

.header_footer
img,
embed,
iframe,
object,
audio,
video {
    height: auto;
    max-width: 100%;
}

.header_footer
iframe {
    border: 0;
}

.header_footer
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.header_footer
td,
th {
    padding: 0;
    text-align: left;
}

.header_footer
#app {
    padding: 0px;
    font-size: 1.6rem;
    font-family: "speedee";
}

header {
    height: 80px !important;
}

/* header css */
header {
    font-size: 14px;
}

.header_wrapper {
    border-bottom: 1px solid #dcdcdc;
    background-color: #f2f2f2;
}

.header_component__z7FYe {
    position: relative;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    color: #ffffff;
    height: 80px;
    z-index: 999;
}

.header_component__z7FYe ul {
    display: inline-table;
    align-items: center;
    justify-content: flex-end;
    align-content: center;
}

.header_component__z7FYe ul li {
    position: relative;
    display: inline-block;
    padding: 0 10px;
}

.header_component__z7FYe ul li a {
    color: #ffffff;
}

.header_component__z7FYe ul li a img {
    height: 22px;
}

.header_component__z7FYe ul li.header_close__iwhWQ,
.header_component__z7FYe ul li.header_menu___nAMb {
    display: none;
}

.header_component__z7FYe ul li:last-child {
    padding-right: 0;
}

.header_centered__LivPJ {
    margin: 0 auto;
    text-align: right;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_logo__omCsK > h1 {
    margin: 0;
}

.header_title__9_pli {
    font-family: "speedeebold";
    font-weight: 600;
    color: #264f36;
    text-align: left;
}

.header_picture___Xu0x {
    width: 63px;
    margin-right: 10px;
    border-radius: 5px;
}

.header_text__AQvXZ {
    text-align: left;
    color: #000000;
    width: 177px;
}

.header_added__ffbIx {
    font-family: "speedee";
}

.header_added__ffbIx:hover {
    text-decoration: none;
}

.header_desc__8_6mD {
    font-family: "speedee";
    color: #292929;
    margin-top: 5px;
}

a.header_task__ve9Pz {
    font-family: "speedee";
    font-size: 12px;
    color: #292929;
}

.login_component__QdvKP {
    position: relative;
}

.login_component__QdvKP button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: transparent;
    border: 0;
    padding: 0;
    color: #ffffff;
    cursor: pointer;
}

.login_component__QdvKP button span {
    margin-left: 10px;
}

.login_component__QdvKP button img {
    height: 22px;
}

.login_component__QdvKP .login_menu__9lX1d {
    position: absolute;
    top: 50px;
    right: -60px;
    padding: 10px 40px;
    background-color: #ffffff;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s all;
}

.login_component__QdvKP .login_menu__9lX1d.login_active__5rLzy {
    pointer-events: initial;
    opacity: 1;
}

.login_component__QdvKP .login_cta__g9yOn {
    background-color: #ffbc0d;
    border: 1px solid #ffbc0d;
    color: #000000;
    display: inline-block;
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: "speedee";
    color: #292929;
    transition: all 0.3s;
    margin: 10px auto 0;
    display: block;
    text-align: center;
    width: 170px;
}

.login_component__QdvKP .login_cta__g9yOn:hover {
    background-color: #ffffff;
    border: 1px solid #606060;
    color: #000000;
}

.login_component__QdvKP .login_ctaSecondaire__kB86o {
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    margin: 10px auto;
}

.login_component__QdvKP .login_ctaSecondaire__kB86o:hover {
    background-color: #dcdcdc;
}

/* FOOTER */

.footer_component__qhT4j {
    width: 100%;
    height: 48px;
    background-color: #ffffff;
}

.footer_component__qhT4j ul {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_component__qhT4j ul li {
    display: flex;
    align-items: center;
}

.footer_component__qhT4j ul li a {
    padding: 0 10px;
    text-decoration: none;
    font-family: "speedee";
    font-size: 12px;
    color: #292929;
    text-transform: uppercase;
}

.footer_component__qhT4j ul li a img {
    display: block;
    margin: 0 auto;
}

.footer_component__qhT4j ul li a:hover {
    text-decoration: underline;
}

.footer_component__qhT4j ul li:not(:first-child)::before {
    content: "|";
    color: #dcdcdc;
}

@media screen and (min-width: 1024px) {
    .header_component__z7FYe ul {
        position: absolute;
        padding: 0;
        margin: 0;
        right: 0;
        z-index: 999;
    }
}

@media screen and (max-width: 1023px) {
    #app {
        padding-bottom: 56px;
    }

    main {
        padding: 80px 0 0 0;
        min-height: 100svh;
        min-height: 100vh;
    }

    .header_component__z7FYe {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        height: 61px;
        transform: none;
        background-color: #f2f2f2;
        border-bottom: 0;
    }

    .header_component__z7FYe ul {
        width: 100%;
    }

    .header_component__z7FYe ul li.header_menu___nAMb {
        display: block;
        margin: 0;
    }

    .header_component__z7FYe ul li:last-child {
        margin-right: 0;
    }

    .header_centered__LivPJ {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header_logoMobile__bN8bP {
        display: block;
        margin-top: 5px;
        opacity: 1;
        transform: translate3d(0, 0, 0);
        pointer-events: unset;
        transition: all 0.3s;
    }

    .header_headerLinks__sJ3_U {
        display: none;
        opacity: 0;
        transform: translate3d(10px, 0, 0);
        pointer-events: none;
        transition: all 0.3s;
    }

    .header_headerLinks__sJ3_U.header_headerLogin__LaEck {
        display: inline-block;
        opacity: 1;
        transform: translate3d(0, 0, 0);
        pointer-events: unset;
    }

    .header_menu___nAMb {
        margin-right: 10px;
    }

    .header_toggle__Ol_xD {
        margin-bottom: 9px;
    }

    .header_toggle__Ol_xD div {
        width: 1.4em;
        height: 0.2em;
        background: #ffffff;
        margin: 0.3em 0.3em;
        transition: opacity 0.25s, transform 0.25s;
    }

    .header_toggle__Ol_xD.header_active__pQ3CV div:first-child {
        transform: translateY(0.525em) rotate(45deg);
    }

    .header_toggle__Ol_xD.header_active__pQ3CV div:nth-child(2) {
        opacity: 0;
    }

    .header_toggle__Ol_xD.header_active__pQ3CV div:last-child {
        transform: translateY(-0.525em) rotate(-45deg);
    }

    .header_component__z7FYe.header_active__pQ3CV .header_logoMobile__bN8bP {
        opacity: 0;
        transform: translate3d(-20px, 0, 0);
        pointer-events: none;
    }

    .header_component__z7FYe.header_active__pQ3CV ul li.header_headerLinks__sJ3_U {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        pointer-events: unset;
    }

    .header_component__z7FYe.header_active__pQ3CV ul li.header_notifLink__QX15R {
        opacity: 0;
        transform: translate3d(-20px, 0, 0);
    }

    .login_component__QdvKP .login_cta__g9yOn,
    .login_component__QdvKP .login_ctaSecondaire__kB86o {
        font-size: 14px;
    }

    .login_component__QdvKP a span.login_user__M1rIo {
        display: none;
    }

    .footer_component__qhT4j {
        height: auto;
        padding: 0 20px;
    }

    .footer_component__qhT4j ul {
        display: block;
        height: auto;
        padding: 10px 0;
    }

    .footer_component__qhT4j ul li {
        display: block;
        width: 100%;
        text-align: left;
        padding: 5px 0;
    }

    .footer_component__qhT4j ul li:not(:first-child)::before {
        content: "";
    }

    .footer_component__qhT4j ul li a {
        padding: 0;
    }

    .footer_component__qhT4j ul li a img {
        display: inline-block;
    }

    .header_centered__LivPJ {
        width: calc(100% - 40px);
    }

    .header_added__ffbIx {
        font-size: 14px;
    }

    .header_desc__8_6mD {
        font-size: 14px;
    }
}

header#header {
    background: linear-gradient(0deg, #264f36, #035412);
    max-height: 60px;
}
