@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v40-latin-regular.eot');
    src: url('../fonts/open-sans-v40-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-regular.woff') format('woff'), url('../fonts/open-sans-v40-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v40-latin-700.eot');
    src: url('../fonts/open-sans-v40-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-700.woff') format('woff'), url('../fonts/open-sans-v40-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-700.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/open-sans-v40-latin-800.eot');
    src: url('../fonts/open-sans-v40-latin-800.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-800.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-800.woff') format('woff'), url('../fonts/open-sans-v40-latin-800.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-800.svg#OpenSans') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.3;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 0.0625rem #000;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 1.25rem;
}

header p span {
    margin: 0 0 0 15px;
}

.nowrap {
    white-space: nowrap;
}

ul {
    list-style: none;
    margin: 0 0 1.875rem;
    padding: 0;
}

ul li {
    padding: 0 0 0 0.75rem;
}

ul li::before {
    content: "\2022";
    float: left;
    margin: 0 0 0 -0.75rem;
    font-size: 0.7em;
    line-height: 1.8;
}

h1 {
    font-size: 32px;
    color: #0D3880;
    line-height: 1.3;
    padding: 10px 0 0;
}

h1 sup {
    font-size: 22px;
    font-weight: 700
}

h2 {
    color: #fff;
    background: #0D3880;
    font-size: 2rem;
    padding: 2.812rem .625rem .937rem;
    font-weight: 400;
    box-shadow: 0 0.125rem 0.75rem 0 rgba(0, 0, 0, 0.6);
}

h3 {
    color: #0D3880;
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
}

header {
    display: flex;
    background: #0D3880;
}

header p {
    font-style: italic;
    font-weight: bold;
    color: #fff;
    font-size: 0.937rem;
}

header div {
    padding: 1.25rem 15px 0.625rem 17px;
    line-height: 1.5
}

.flex-title {
    margin: 0 40px 40px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.25rem;
}

.flex-title h2 {
    width: 4.687rem;
    position: relative;
    top: -1.875rem;
}

article {
    padding: 0 2.5rem;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.column {
    width: 48%
}

footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: .937rem;
}

.infos {
    margin-top: .125rem;
    width: 44%;
    position: relative;
}

.infos p {
    font-size: .937rem;
}

.qr {
    position: absolute;
    bottom: 16px;
    right: 0;
}

.margin {
    margin-bottom: 5rem;
}

footer ul li {
    line-height: 1.4;
}

footer ul li {
    padding: 0 0 0 0.75rem;
}

footer ul li:before {
    content: "\002B";
    float: left;
    margin-left: -0.937rem;
    font-size: 1.3em;
    line-height: 1;
    color: #fff;
}

.plus {
    display: flex;
    align-items: center;
    column-gap: 0.937rem;
    margin: 0 0 0.625rem;
}

.footer_list {
    background: #949599;
    color: #fff;
    padding: 1.875rem 2.5rem;
    width: 52%;
}

.footer_list h3 {
    color: #fff;
    margin: 0;
}

@media only screen and (max-width: 799px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    p,
    li {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    h1 {
        margin: 0 0 1.25rem;
    }

    header {
        flex-direction: column;
    }

    header p span {
        margin: 0;
    }

    header div {
        padding: 1rem;
        line-height: 1.4
    }

    header div > p:last-of-type {
        margin: 0;
    }

    .flex-title {
        margin: 1rem 1rem 1.25rem;
    }

    article {
        padding: 0 1rem;
    }

    footer {
        flex-direction: column;
        padding-right: 0;
    }

    .margin {
        margin: 0 0 .625rem;
    }

    .flex-title h2 {
        top: 0;
    }

    .infos {
        margin-top: 0;
        padding: 1rem;
        width: 100%;
    }

    .footer_list {
        padding: 1rem;
        width: 100%;
    }

    .infos {
        flex-direction: column;
        align-items: center;
    }

    .infos p,
    .infos h3 {
        text-align: center;
    }

    .qr {
        position: static;
        margin: 0 auto;
        display: block;
    }

    header p br {
        display: none
    }
}

@media only screen and (max-width: 560px) {
    li ul li {
        padding: 0 0 0 0.9375rem;
    }

    li ul li::before {
        margin: 0 0 0 -0.9375rem;
    }

    h1 {
        font-size: 25px;
        margin: 0 0 0.625rem;
        width: 100%;
        text-align: center;
    }

    .flex {
        flex-direction: column;
    }

    .column {
        width: 100%;
    }

    .flex-title {
        margin: 0;
        padding: 1rem;
        flex-direction: column;
        gap: 0;
    }

    h2 br {
        display: none;
    }

    .flex-title h2 {
        font-size: 1.25rem;
        padding: 0.3125rem 1rem;
        width: auto;
        margin: 0 auto 16px;
    }
}
