@charset "utf-8";

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: local(''), 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: 500;
    src: url('../fonts/roboto-v30-latin-500.eot');
    src: url('../fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), url('../fonts/roboto-v30-latin-500.woff') format('woff'), url('../fonts/roboto-v30-latin-500.ttf') format('truetype'), url('../fonts/roboto-v30-latin-500.svg#Roboto') format('svg');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: local(''), 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: 15px;
    line-height: 1.4;
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block
}

#wrapper {
    position: relative;
    max-width: 900px;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 1.25rem #808080;
}

p {
    margin: 0 0 16px;
}

p:last-of-type {
    margin-bottom: 0
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

ul {
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
}

ul li {
    padding: 0 0 0 0.9375rem;
}

ul li:before {
    content: "";
    background-color: #000000;
    width: 0.25rem;
    height: 0.25rem;
    position: relative;
    display: block;
    float: left;
    top: 0.375rem;
    margin: 0 0 0 -0.937rem;
}

h1 {
    font-size: 28px;
    margin: 0;
    padding: 20px 35px 12px 16%;
    line-height: 1.2;
    color: #fff;
    background-image: linear-gradient(to right, #E01C30 0%, #E01C30 11%, #535252 11%, #535252 100%);
}

h2 {
    color: #e2202a;
    font-size: 0.875rem;
    margin: 0 0 19px;
    line-height: 1.4;
}

h2:first-of-type {
    margin: 28px 0 19px;
}

header {
    position: relative;
}

.logo {
    position: absolute;
    top: 0;
    right: 2.5rem;
}

.section_resp {
    display: none;
}

.section_image img {
    display: block;
}

article {
    padding: 2.5rem 30px 2.5rem 140px;
}

.infos {
    font-family: "Arial", sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-align: right;
    margin: 0 0 2.5rem;
}

.section_link {
    margin-bottom: 1.875rem;
}

.section_link > a {
    color: #e2202a;
    font-size: 0.9375rem;
    font-weight: 700;
    text-decoration: none;
}

.section_link > a img {
    display: inline-block;
    margin: 0 1rem 0 0;
    position: relative;
    top: 0.375rem;
}

a.link {
    color: #e2202a;
    text-decoration: underline;
}

.social {
    color: #e2202a;
}

footer {
    color: #fff;
    background-color: #5F6061;
    font-size: 0.75rem;
    padding: 0.625rem 2.5rem;
    margin: 2.1875rem 0 0;
}

footer p {
    font-weight: 500;
    text-align: center;
    margin: 0;
}

@media only screen and (max-width: 899px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
    }

    h1 {
        padding: 1.25rem 1rem 0.75rem 6.25rem;
    }

    .logo {
        position: absolute;
        top: 0;
        right: 1rem;
    }

    article {
        padding: .625rem 1rem 0 6.25rem;
    }

    .section_link {
        margin-bottom: 1rem;
    }

    footer {
        margin: 1rem 0 0;
    }
}

@media only screen and (max-width: 750px) {
    a.link {
        white-space: normal;
        display: inline;
    }

    h1 {
        font-size: 22px;
        padding: 0.625rem 1rem;
        background: none #535252;
    }

    article {
        padding: 1rem 1rem 0;
    }

    footer {
        padding: .625rem 1rem;
        margin: .625rem 0 0;
    }
}

@media only screen and (max-width: 500px) {
    .infos {
        text-align: center;
    }

    .logo {
        display: none;
    }

    header {
        display: block;
        text-align: center
    }

    .section_resp {
        margin: .625rem auto;
        display: inline-block
    }

    h1 {
        text-align: center;
    }
}

@media only screen and (max-width: 375px) {

    article p:nth-of-type(17),
    .social,
    .section_link,
    .center {
        text-align: center
    }
}
