@charset "utf-8";

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lato-v23-latin-regular.eot');
    src: local(''), url('../fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-v23-latin-regular.woff2') format('woff2'), url('../fonts/lato-v23-latin-regular.woff') format('woff'), url('../fonts/lato-v23-latin-regular.ttf') format('truetype'), url('../fonts/lato-v23-latin-regular.svg#Lato') format('svg');
}

@font-face {
    font-family: 'Bitter';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/bitter-v32-latin-600.eot');
    src: local(''), url('../fonts/bitter-v32-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/bitter-v32-latin-600.woff2') format('woff2'), url('../fonts/bitter-v32-latin-600.woff') format('woff'), url('../fonts/bitter-v32-latin-600.ttf') format('truetype'), url('../fonts/bitter-v32-latin-600.svg#Bitter') format('svg');
}

@font-face {
    font-family: 'Bitter';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/bitter-v32-latin-700.eot');
    src: local(''), url('../fonts/bitter-v32-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/bitter-v32-latin-700.woff2') format('woff2'), url('../fonts/bitter-v32-latin-700.woff') format('woff'), url('../fonts/bitter-v32-latin-700.ttf') format('truetype'), url('../fonts/bitter-v32-latin-700.svg#Bitter') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #333333;
    font-family: 'Lato', 'Arial', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 56.25rem;
    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;
}

a.phone {
    text-decoration: underline;
}

.logo {
    display: block;
    width: fit-content;
}

p {
    margin: 0 0 0.625rem;
}

ul {
    list-style: none;
    margin: 0 0 .625rem;
    padding: 0;
}

ul li {
    padding: 0 0 0 1.875rem;
    margin: 0 0 0.625rem;
}

ul li:before {
    content: "";
    background: url("../images/arrow-right-petrol-complete.svg") no-repeat;
    background-size: contain;
    width: 1.375rem;
    height: 0.9375rem;
    float: left;
    margin: 0 0 0 -1.875rem;
    position: relative;
    top: 0.3125rem;
}

h1 {
    font-family: 'Bitter', 'Arial', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    margin: 0 0 3.75rem;
}

h2 {
    font-family: 'Bitter', 'Arial', sans-serif;
    color: #027591;
    text-align: center;
    font-weight: 600;
    font-size: 1.75rem;
    margin: 0 0 2rem;
}

h3 {
    font-family: 'Bitter', 'Arial', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
    position: relative;
    margin: 0 0 1rem;
}

h3::after {
    content: "";
    position: absolute;
    background-color: #333333;
    width: 50%;
    height: 0.0625rem;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

h4 {
    font-family: 'Bitter', 'Arial', sans-serif;
    font-size: 1.562rem;
    font-weight: 700;
    text-align: center;
    margin: 0 0 1.25rem;
}

h5 {
    font-family: 'Bitter', 'Arial', sans-serif;
    font-size: 1.875rem;
    font-weight: 700;
    text-align: center;
    margin: 0 0 1.25rem;
}

h5 + p,
h5 + p + p {
    text-align: center;
}

h6 {
    font-family: 'Bitter', 'Arial', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    margin: 0 0 1.25rem;
}

h6 + p {
    text-align: center;
}

header {
    padding: 1.25rem;
}

.title {
    margin: 1.25rem;
}

.infos_container {
    box-shadow: 0 0.3125rem 0.9375rem 0 hsl(0deg 0% 80%);
    border-top: 0.5rem solid #027591;
    margin: 1.25rem 1.25rem 3.75rem;
    padding: 1.875rem 1.25rem 0;
}

.infos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.0625rem solid #979797;
}

.info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.info > figure {
    margin: 0;
}

.info > figure img {
    max-width: 5rem;
}

.btn_container {
    display: flex;
    justify-content: center;
}

a.button {
    font-family: 'Bitter', 'Arial', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #027591;
    border: 0.125rem solid #027591;
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1.875rem auto;
    padding: 0.625rem;
    text-decoration: none;
    position: relative;
    transform: translateX(-1.875rem);
}

a.button::after {
    content: "";
    background: url("../images/cta-arrow-right.svg") no-repeat;
    background-size: cover;
    position: absolute;
    width: 3.75rem;
    height: 100%;
    right: -3.75rem;
    top: -0.125rem;
    border: 0.125rem solid #027591;
}

.bg_blue {
    color: #fff;
    background-color: #027591;
    padding: 1.25rem 3.75rem;
    margin: 0 0 3.75rem;
}

.bg_white {
    padding: 1.25rem 3.75rem 0;
}

.margin {
    margin-top: 3.75rem
}

.bg_blue > ul li:before {
    background: url("../images/arrow-right-white-complete.svg") no-repeat;
}

.bg_blue > h4 {
    text-align: center;
    font-size: 1.5rem;
}

footer {
    padding: 3.125rem 1.25rem 3.75rem;
}

.track {
    display: none;
}

@media only screen and (max-width: 56.187rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem
    }

    h1 {
        font-size: 1.75rem;
        margin: 0 0 1.25rem;
        text-align: center;
    }

    h2 {
        font-size: 1.25rem;
    }

    h4 {
        font-size: 1.25rem;
        margin: 0 0 0.625rem;
    }

    h5 {
        font-size: 1.25rem;
        margin: 0 0 0.625rem;
    }

    h6 {
        font-size: 1.25rem;
        margin: 0 0 0.625rem;
    }

    header {
        padding: 1rem 1rem 0;
    }

    .title {
        margin: 1rem;
    }

    .title > p {
        text-align: center;
    }

    .infos_container {
        margin: 1rem;
        padding: 1rem;
    }

    .infos {
        flex-wrap: wrap;
    }

    .info {
        width: 50%;
    }

    .bg_blue {
        color: #fff;
        background-color: #027591;
        padding: 1rem;
        margin: 0 0 1.25rem;
    }

    .bg_white {
        padding: 0 1rem;
        margin: 0;
    }

    .bg_blue > ul li:before {
        background: url("../images/arrow-right-white-complete.svg") no-repeat;
    }

    .bg_blue > h4 {
        text-align: center;
        font-size: 1.25rem;
    }

    footer {
        padding: 0 1rem 1.875rem;
    }
}

@media only screen and (max-width: 670px) {
    a.button {
        width: 80%;
    }

    .logo {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 480px) {
    .info {
        width: 100%;
    }
}

@media only screen and (max-width: 23.438rem) {
    a.button {
        text-align: center;
        width: 100%;
        transform: translateX(0);
    }

    a.button::after {
        display: none;
    }
}