@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');
}

:root {
    font-size: 1rem;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #fff;
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    background-color: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 56.25rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #0162AC;
    border: 0.0625rem solid #000;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 1.25rem;
}

.nowrap {
    white-space: nowrap;
}

a.link:hover {
    text-decoration: underline;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    margin: 0 0 0.125rem 1.7rem;
}

ul li::before {
    content: "";
    background-color: #0162AC;
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 50%;
    position: relative;
    display: block;
    float: left;
    top: 0.5rem;
    margin: 0 0 0 -0.9rem;
}

h1 {
    font-size: 1.875rem;
    margin: 0 0 0.9375rem;
}

h1 span {
    font-size: 0.6em;
    display: none;
}

h2 {
    font-size: 1.4375rem;
    margin: 0 0 1rem;
}

h2 + p {
    line-height: 1.8;
}

h3 {
    margin: 0 0 0.625rem;
}

h4 {
    font-size: 1rem;
    line-height: 1.6;
    margin: 1rem 0 0.125rem;
    position: relative;
}

header {
    position: relative;
}

.logo {
    background-color: #fff;
    padding: 0.125rem 0.625rem;
    border-bottom-right-radius: 0.625rem;
    width: fit-content;
    position: absolute;
    top: 0;
    left: 0;
}

.header_flex {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    gap: 1rem;
}

.left_header {
    width: 57%;
    padding: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.right_header {
    font-size: 0.875rem;
    line-height: 1.8;
}

.right_header p {
    margin: 0 0 1.875rem;
}

.right_header p:last-of-type {
    margin: 0;
}

.infos {
    display: flex;
    justify-content: space-between;
}

.infos p {
    display: flex;
    justify-content: space-between;
    gap: 0.3125rem;
    margin: 0;
}

.infos p i {
    position: relative;
    top: 0.125rem;
}

article {
    padding: 1rem 1rem 0;
}

.box {
    color: #0162AC;
    background-color: #fff;
    border-radius: 1.5625rem;
    margin: 0 0 1rem;
    padding: 1.25rem;
}

.width {
    width: 76%;
}

footer {
    font-size: 0.875rem;
    line-height: 1.8;
    width: 20%;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    padding: 1rem 1rem 1rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

footer p {
    margin: 0;
}

@media only screen and (max-width: 56.1875rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    h1 {
        text-align: center;
        line-height: 1.2;
    }

    h1 span {
        display: inline;
        font-size: 0.8em;
    }

    .remove_responsive {
        display: none;
    }

    h2 {
        font-size: 1.125rem;
    }

    h3 {
        font-size: 1.125rem;
    }

    h4 {
        text-align: center;
    }

    .image_header {
        border-radius: 0.625rem;
        overflow: hidden;
    }

    .image_header img {
        width: 100%;
        height: auto;
        display: block;
    }

    .header_flex {
        flex-direction: column;
        align-items: center;
    }

    .logo {
        position: static;
        margin-bottom: 1rem;
        padding: 0.125rem 0.625rem;
        border-radius: 0.625rem;
        width: 100%;
    }

    .right_header {
        font-size: 1rem;
        width: 100%;
        text-align: center;
        line-height: 1.4;
    }

    .left_header {
        width: 100%;
    }

    .right_header p {
        margin: 0 0 1.25rem;
    }

    .right_header p:last-of-type {
        margin: 0 0 1.25rem;
    }

    .title {
        padding: 1rem;
    }

    .title p {
        text-align: center;
    }

    .infos {
        display: flex;
        justify-content: center;
        gap: 1.875rem;
    }

    article {
        padding: 0;
    }

    .width {
        width: 100%;
    }

    footer {
        font-size: 1rem;
        line-height: 1.4;
        width: 100%;
        position: static;
    }

    footer p {
        text-align: center;
    }
}

@media only screen and (max-width: 31.25rem) {
    h1 {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        font-size: 1.625rem;
    }

    .infos {
        flex-direction: column;
        align-items: center;
        gap: 0.625rem;
    }
}