/*
    font-family: 'Hind', sans-serif;
    font-family: 'Oswald', sans-serif;

    gris foncé : #565656
    gris clair : #d5d5d6
    vert clair : #74d4a4
    vert foncé : #69b78e
*/

*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-family: 'Oswald', sans-serif;
    color: #565656;
}

header {
    margin-bottom: -50px;
}

.wrapper {
    margin: 0 auto;
    max-width: 1024px;
}

.illustration {
    display: block;
    margin: 0 auto;
    max-width: 660px;
    width: 100%;
    height: auto;
}

.logo {
    position: relative;
    top: -80px;
    text-align: center;
    margin: 0;
}

.logo img {
    display: block;
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
}

.content {
    background-color: #f9f9f9;
    text-align: center;
    color: #69b78e;
    font-size: 20px;
    padding-top: 30px;
}

.btn-primary {
    position: relative;
    top: 30px;
    font-family: 'Hind', sans-serif;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #74d4a4;
    color: #fff;
    display: inline-block;
    padding: 20px 80px;
    line-height: 1;
    transition-duration: 300ms;
}

.btn-primary:hover {
    background-color: #69b78e;
}

footer {
    margin-top: 100px;
    text-align: center;
    padding-bottom: 100px;
}

.footer_question {
    position: relative;
    font-size: 14px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-family: 'hind', sans-serif;
    font-weight: 300;
}

.footer_question:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 5px;
    width: 50px;
    background-color: #74d4a4;
    margin-left: -25px;
}

.phone {
    font-size: 42px;
    font-weight: 700;
}

.phone a {
    color: #565656 !important;
    text-decoration: none;
}

.email a {
    font-size: 32px;
    font-weight: 700;
    color: #565656 !important;
    text-decoration: none;
    text-transform: uppercase;
}

address {
    font-style: normal;
    margin-top: 10px;
}

span.stroke {
    display: inline-block;
    width: 1px;
    height: 20px;
    vertical-align: middle;
    background-color: #565656;
    margin: 0 20px;
}

@media screen and (max-width: 640px) {
    .btn-primary {
        padding: 20px 40px;
    }

    .phone {
        font-size: 32px;
    }

    .email a {
        font-size: 22px;
    }

    span {
        display: block;
    }

    span.stroke {
        display: none;
    }

    footer {
        padding-bottom: 50px;
    }

}

@media screen and (max-width: 1024px) {
    .wrapper {
        padding: 0 20px;
    }
}
