:root {
    --font-family: 'Source Sans 3', sans-serif;
    --font-family-secondary: 'Fatfrank', sans-serif;
    --font-size: 1rem;
    --color-primary: #FF6028;
    --color-primary-xlighten: #FFDBD0;
    --color-primary-lighten: #FF9777;
    --color-secondary: #201F22;
    --color-supershy: #F9F7F5;
    --color-white: #ffffff;
    --color-gray: #6F6F72;
    --color-dark-gray: #282828;
    --color-error: #C94417;
    --color-success: #27B18A;
    --max-width: 1280px;
    --gutter: 1.25rem;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url("../fonts/sourcesans3/SourceSans3-Regular-FDyDKXS.ttf") format('ttf'),
        url("../fonts/sourcesans3/SourceSans3-Regular-Jt_Hzhl.woff") format('woff'),
        url("../fonts/sourcesans3/SourceSans3-Regular-wv5-EVQ.woff2") format('woff2');
    font-weight: normal;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url("../fonts/sourcesans3/SourceSans3-Bold-RSryRZ-.ttf") format('ttf'),
        url("../fonts/sourcesans3/SourceSans3-Bold-9lT4DcI.woff") format('woff'),
        url("../fonts/sourcesans3/SourceSans3-Bold-6e7qio7.woff2") format('woff2');
    font-weight: bold;
}

@font-face {
    font-family: 'Fatfrank';
    src: url("../fonts/fatfrank/FatFrank-Regular-VQ3MIR2.eot") format('eot'),
        url("../fonts/fatfrank/FatFrank-Regular-WRbghE-.woff") format('woff'),
        url("../fonts/fatfrank/FatFrank-Regular-lCqUsfi.woff2") format('woff2'),
        url("../fonts/fatfrank/FatFrank-Regular-LamMwuf.otf") format('otf'),
        url("../fonts/fatfrank/FatFrank-Regular-HRx0xdT.ttf") format('ttf')
}

body {
    background: var(--color-supershy);
    margin: 0;

    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

body,
body [type="submit"] {
    font-family: var(--font-family);
    font-size: var(--font-size);
}

#side-column.dr .dp-only,
#side-column.dp .dr-only {
    display: none !important;
}

main {
    flex: 1;
}

h1 {
    position: unset;
    color: white;
    font-family: var(--font-family-secondary);
    font-size: 1.5rem;
    font-weight: 900;
    letter-spacing: 0.8px;
    word-spacing: 2px;
    line-height: 1.75rem;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 1.5rem;
}

h2 {
    display: flex;
    align-items: center;
    color: var(--color-secondary);
    font-family: var(--font-family-secondary);
    letter-spacing: 0.8px;
    word-spacing: 2px;
    font-size: 1.5rem;
    line-height: 1.75rem;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 1rem;

}

h2:not(.error)::before {
    flex-shrink: 0;
    flex-grow: 0;
    display: inline-block;
    content: "";
    background-repeat: no-repeat;
    width: 0.75rem;
    height: 0.75rem;
    margin-right: 0.375rem;
    background-image: url("../imgs/circle-Ok02qT_.svg");
}

.text {
    padding: 0.625rem 0;
    color: var(--color-secondary);
    font-size: 1.5rem;
    line-height: 28;
}

.orange-dash {
    width: 5.75rem;
    border-bottom: var(--color-primary) 0.25rem solid;
    margin: 0;
}

.orange-dash-valid {
    display: flex;
    margin: auto;
    gap: 0.625rem;
    justify-content: center;
}

.orange-dash-valid-left,
.orange-dash-valid-right {
    width: 2.5rem;
    border-bottom: var(--color-primary) 0.25rem solid;
    margin-bottom: 1.125rem;
    display: inline-block;
}

.orange-dash-valid-icon:after {
    display: block;
    background-repeat: no-repeat;
    height: 2rem;
    background-size: 1.5rem;
    width: 1.5rem;
    content: "";
    background-image: url("../imgs/valid-AcZbSTl.svg");
}

.circled {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    background-color: var(--color-primary);
    border-radius: 50%;
}

.highlighted {
    color: var(--color-primary);
}

.d-sm-only {
    display: none !important;
}

.d-none {
    display: none !important;
}

header {
    display: flex;
    flex-direction: column;
    padding: unset;
    margin: 0;
}

.top-banner {
    display: flex;
    justify-content: space-between;
    background: var(--color-white);
    padding: 1rem 2rem;
}

.banner-links {
    display: flex;
    align-items: center;
    gap: 1.875rem;
}

.banner,
.banner-mobile {
    position: relative;
    display: flex;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: bottom;
}

.banner-mobile {
    background-position: center;
}

.banner-mobile .overlay {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(20deg, rgba(32, 31, 34, 0.80) 12%, rgba(32, 31, 34, 0.00) 63.48%);
}

.banner-mobile h1 {
    z-index: 1;
}

.banner-wrapper {
    display: flex;
    align-items: center;
    max-width: var(--max-width);
    min-height: 40rem;
    margin: 0 auto;
}

.banner .main {
    display: flex;
    justify-content: center;
    gap: 7.5rem;
    padding: var(--gutter);
    margin: 0 auto;
}

.orange-dash {
    display: none;
}

.banner .side-text .text {
    font-size: 1.5rem;
    line-height: 1.75rem;
    color: white;
    text-align: left;
}

#side-column,
#main-column {
    display: flex;
    justify-content: end;
    flex-basis: 50%;
}

#main-column .content {
    position: relative;
    width: 29.125rem;
    box-sizing: border-box;
    background: var(--color-white);
    border-radius: 0.75rem;
    padding: 1.875rem;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.admin-box {
    gap: 1.25rem;
    align-items: center;
}

a.link-basic {
    text-transform: uppercase;
    color: var(--color-dark-gray);
    text-decoration: underline;
    transition: all .3s ease-out;
    margin-top: 0.938rem;
    display: block;
}

a.link-basic:hover {
    color: var(--color-gray);
    border-bottom-color: var(--color-gray);
}

.smaller {
    font-size: 0.813rem;
    margin: 0.313rem 0;
}

.address {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: bold;
    color: var(--color-dark-gray);
}

.content-section {
    line-height: 1.5;
}


header .banner-elements #logo img {
    width: 4.5rem;
}

footer>div {
    display: block;
}

#bottom {
    color: var(--color-secondary);
    text-align: center;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: var(--gutter);
    box-sizing: border-box;
}

section a {
    color: var(--color-secondary);
}

.title-footer:before {
    display: block;
}

.member-space,
.contact-us,
.secured-platform {
    display: flex;
    align-items: center;
}

.secured-platform {
    font-weight: 600;
    justify-content: center;
}

.secured-platform-payment .payment-methods {
    margin: 0.313rem 0;
}

.member-space:before,
.contact-us:before,
.secured-platform:before {
    display: inline-block;
    content: "";
    background-repeat: no-repeat;
    width: 1.5rem;
    height: 1.5rem;
    padding-right: 0.25rem;
}

.member-space:before {
    background-image: url("../imgs/member-space-Y5YvJbc.svg");
}

.contact-us:before {
    background-image: url("../imgs/contact-us-8lD2XJu.svg");
}

.secured-platform:before {
    background-image: url("../imgs/lock-3I0jkJg.svg");
    width: 1.5rem;
}

.contact-us a,
.member-space a {
    font-size: 0.875rem;
    color: var(--color-secondary);
    text-decoration: underline;
}

section .contact-us {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
}

.bottom-text {
    display: flex;
    gap: 7.5rem;
    text-align: left;
    padding: 4rem 0;
    justify-content: space-between;
    line-height: 1.25rem;
}

.bottom-text-description li:not(:last-child) {
    margin-bottom: 1rem;
}

.bottom-text-part+.bottom-text-part {
    margin-top: 2.5rem;
}

.bottom-text-link {
    display: inline-block;
    padding: 0.5rem 2rem;
    border: 1px solid var(--color-secondary);
    border-radius: 1.25rem;
    text-decoration: none;
    font-weight: 600;
    margin-top: 1rem;
}

.bottom-text-taxes {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 29.125rem;
    background-color: var(--color-primary-xlighten);
    border-radius: 1.25rem;
    padding: 1.25rem 1.5rem;
    box-sizing: border-box;
}

.bottom-text-taxes .bottom-text-title {
    font-family: var(--font-family-secondary);
    letter-spacing: 0.8px;
    color: var(--color-primary);
    text-transform: unset;
    margin-top: 1rem;
}

.bottom-text-taxes .bottom-text-title::before {
    background-image: none;
    padding: 0;
    width: 0;
}

.bottom-text-taxes .bottom-text-title,
.bottom-text-taxes .bottom-text-description {
    text-align: center;
}

.bottom-links {
    background-color: var(--color-secondary);
}

.bottom-links-wrapper {
    display: flex;
    justify-content: space-between;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: var(--gutter);
}

.bottom-links .l214-link {
    font-weight: 700;
}

.bottom-links a {
    font-size: 0.75rem;
    color: var(--color-gray);
}

img.coeurs-battants {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    padding: 1.25rem 3.125rem;
    margin-top: -2rem;
}


@media (max-width: 900px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-only {
        display: flex !important;
    }

    h1 {
        align-self: end;
        padding: 0 1.25rem;
    }

    h1,
    h2 {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }

    .top-banner {
        padding: 1rem 1.25rem;
    }

    .banner .main {
        flex-direction: column;
        gap: 0;
        padding: 0;
        min-height: auto;
    }

    .banner-wrapper {
        flex-direction: column;
        min-height: 27rem;
    }

    .banner-mobile {
        display: flex;
        justify-content: start;
        min-height: 8rem;
    }

    .banner .side-text {
        padding: 0;
    }

    .banner .side-text .text {
        font-size: 1rem;
        color: var(--color-secondary);
        padding: 1.25rem;
    }

    .main {
        display: block;
        background-color: var(--color-white);
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: top;
        height: unset;
        text-align: center;
    }

    #side-column,
    #main-column {
        flex-basis: auto;
    }

    #main-column {
        justify-content: center;
        padding: 1.25rem;
    }

    #main-column .content {
        width: 100%;
        max-width: 29.125rem;
        padding: 1.875rem 1.25rem;
    }

    section {
        padding: var(--gutter);
    }

    section .contact-us {
        display: block;
        position: unset;
        top: unset;
        right: unset;
        margin-top: unset;
    }

    .bottom-text {
        display: flex;
        flex-direction: column;
        gap: 2.5rem;
        padding: 1.875rem 0;
        margin-top: 1.875rem;
        border-bottom: unset;
    }

    .bottom-text-part+.bottom-text-part {
        margin-top: 0;
    }

    .bottom-text-group {
        display: contents;
    }

    .bottom-text>div:nth-child(1) {
        margin-bottom: 2.5rem;
    }

    .bottom-text-taxes {
        order: -1;
        align-items: start;
        width: 100%;
    }

    .bottom-text-actions {
        order: 1
    }

    .bottom-text-security {
        order: 2
    }

    .bottom-text-certification {
        order: 3
    }

    .bottom-text-taxes .bottom-text-title,
    .bottom-text-taxes .bottom-text-description {
        text-align: left;
    }

    .bottom-text-link {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }

    #mobile-chat-container {
        position: fixed;
        bottom: 1.875rem !important;
    }

    #mobile-chat-container:before {
        display: none;
    }

    .bottom-links-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .payment-methods {
        margin-top: 1.25rem;
    }

    .contact-us,
    .contact-us a {
        color: var(--color-secondary);
    }

    .progressBarInside {
        background-color: var(--color-white);
    }

    .goal {
        color: var(--color-secondary);
        text-align: center;
    }
}