@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: .937rem;
    line-height: 1.3;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    padding: 2rem;
    background: #fff;
    box-shadow: 0 0 0.625rem rgb(0, 0, 0, 0.20);
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a.web {
    color: #0563C1;
}

p {
    margin: 0 0 1.25rem;
}

h1 {
    font-size: 1.687rem;
    margin: 0 0 1rem;
}

h2 {
    margin: 0 0 1.25rem;
    font-size: 1.625rem;
    color: #ec1939
}

h2 span {
    color: #ec1939;
    font-weight: 400;
}

.nowrap {
    white-space: nowrap;
    font-weight: inherit;
    font-size: inherit
}

h3 {
    font-size: 1.25rem;
    margin: 0 0 1rem;
    color: #ec1939;
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}

ul li {
    padding-left: 1rem;
}

ul li:before {
    content: "\25a0";
    float: left;
    margin-left: -.937rem;
    font-size: 0.635em;
    line-height: 1.7;
    color: #ec1939;
}

header {
    padding: 0 0 1rem;
    background: #fff;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: .625rem;
}

.head {
    width: 70%;
}

.logo {
    width: auto;
}

.infos {
    display: flex;
    column-gap: 1.25rem;
}

.head .fa-solid,
.fa-clock {
    width: 1.25rem;
}

a.apply {
    background-color: #EC1939;
    color: #fff;
    width: fit-content;
    padding: .625rem .937rem;
    display: block;
    margin: 1.25rem auto;
    text-align: center;
    font-size: .937rem;
    text-decoration: none;
}

a.apply:hover {
    color: #000
}

.section_gray {
    background: #DDDDDD;
    margin: 0 0 0.5rem;
    padding: 1rem 1.5rem;
}

article {
    position: relative;
}

.section,
footer {
    margin: 0 0 0.5rem;
    padding: 1rem 1.5rem;
    background: #fff;
}

.center {
    text-align: center;
    color: #ec1939;
    font-size: 1.062rem;
    margin: 0 0 5rem;
}

.iframe-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 1.875rem;
    height: 0;
    overflow: hidden;
}

.iframe-wrapper iframe {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

footer {
    text-align: center;
    margin-top: .5rem;
    background: #DDDDDD;
}

footer p {
    margin: 0;
}

.flex_icons {
    display: flex;
    column-gap: 1rem;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 30.2rem;
}

@media only screen and (max-width: 799px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    h1 {
        font-size: 1.25rem;
        margin: 1.25rem 0;
    }

    h2 {
        font-size: 1.312rem;
        line-height: 1.3;
        margin: .625rem 0 1.25rem;
        text-align: center;
    }

    h2 span {
        font-size: 1rem;
    }

    h3 {
        font-size: 1rem;
    }

    .section {
        padding: 1rem 0 0
    }

    .section_gray {
        padding: 1rem
    }

    .section_gray ul {
        margin: 0
    }

    .logo_klein {
        position: static;
        display: flex;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 740px) {
    .flex_icons {
        position: static;
        justify-content: center
    }

    .center {
        margin: 0 0 1rem
    }
}

@media only screen and (max-width: 680px) {
    header {
        flex-direction: column;
        align-items: center;
        padding-bottom: 0;
    }

    .head {
        width: auto;
        text-align: center;
        margin: 0 0 .625rem;
    }

    .infos {
        display: block;
    }

    .infos p {
        margin: 0 0 .625rem;
    }

    .center {
        margin: 1.25rem 0;
    }
}

@media only screen and (max-width: 400px) {
    a.apply {
        width: auto;
        margin: 1.25rem 0 0;
    }
}