@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Parisienne';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/parisienne-v13-latin-regular.eot');
    src: url('../fonts/parisienne-v13-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/parisienne-v13-latin-regular.woff2') format('woff2'), url('../fonts/parisienne-v13-latin-regular.woff') format('woff'), url('../fonts/parisienne-v13-latin-regular.ttf') format('truetype'), url('../fonts/parisienne-v13-latin-regular.svg#Parisienne') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v43-latin-regular.eot');
    src: url('../fonts/open-sans-v43-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v43-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v43-latin-regular.woff') format('woff'), url('../fonts/open-sans-v43-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v43-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/open-sans-v43-latin-600.eot');
    src: url('../fonts/open-sans-v43-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v43-latin-600.woff2') format('woff2'), url('../fonts/open-sans-v43-latin-600.woff') format('woff'), url('../fonts/open-sans-v43-latin-600.ttf') format('truetype'), url('../fonts/open-sans-v43-latin-600.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v43-latin-700.eot');
    src: url('../fonts/open-sans-v43-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v43-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v43-latin-700.woff') format('woff'), url('../fonts/open-sans-v43-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v43-latin-700.svg#OpenSans') format('svg');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #3f3d3a;
    font-family: 'Open Sans', "Arial", sans-serif;
    font-size: .9rem;
    line-height: 1.4;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    max-width: 60rem;
    margin: 1rem auto;
    overflow: hidden;
    background: url("../images/bg.jpg")0 0 /100% 100% no-repeat;
    border: 1px solid #000;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a.link {
    color: #007bc2;
}

strong {
    font-weight: 600;
}

article p {
    padding-bottom: 1rem;
}

article>p:first-of-type {
    text-align: center;
}

p,
ul {
    letter-spacing: -.3px;
}

h1 {
    font-size: 2.4rem;
    line-height: 1.3;
    text-align: center;
    font-family: 'Parisienne';
    color: #007bc2;
    padding-bottom: 1rem;
}

h2 {
    font-size: 1rem;
    display: inline-block;
    background-color: #98bcce;
    padding: 0 5px;
    margin: 0 -5px .5rem;
    color: #fff;
    text-transform: uppercase;
}

h2.red {
    background-color: #e95742;
}

h3 {
    font-size: 1.7rem;
    font-family: 'Parisienne';
    color: #007bc2;
}

h3.red {
    color: #e95742;
}

h4 {
    font-size: 1.3rem;
    text-transform: uppercase;
    color: #e95742;
    padding: 1rem 0;
}

ul {
    list-style: none;
    padding-bottom: 1rem;
}

ul li {
    padding: 0 0 0 1rem;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1rem;
    color: #e95742;
}

.big {
    font-size: .95rem;
}

.short {
    width: 70%;
}

.block {
    background: url("../images/papier.png") 0 0/100% 100% no-repeat;
    position: absolute;
    top: 32%;
    right: 1rem;
    padding: 1rem 2rem;
}

.block .text {
    transform: rotate(3deg);
}

.web {
    display: flex;
    justify-content: center;
}

article {
    padding: 0 2rem 1.5rem;
    margin-top: -3rem;
}

footer {
    padding: 0 2rem .75rem;
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    color: #fff;
    font-size: .75rem;
}

@media only screen and (max-width: 59.938rem) {

    #wrapper {
        border: none;
        margin: 0 auto;
        background: #f9f9f9;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        letter-spacing: normal;
    }

    .short {
        width: 100%;
    }

    br:not(.block br) {
        display: none;
    }

    .block {
        position: static;
        width: fit-content;
        margin: 1rem auto;
    }

    article {
        padding: 1rem 2rem;
        margin: 0;
    }

    footer {
        background: #3C3B39;
        display: block;
        text-align: center;
        padding: 1rem 2rem;
    }
}

@media only screen and (max-width: 40rem) {

    article,
    footer {
        padding: 1rem;
    }

    h1 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.6rem;
    }
}