html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body, .planity_appointment_step_wrapper div span, .planity_bookappointment-button-choose, #footer a {
    font-family: 'Oswald', sans-serif;
    font-weight: 200 !important;
}

section#eshop {
    background-color: #e5e5e5;
}

.logo-tag {
    text-align: center;
    background-color: #000000;
    padding: 3% 0;
    margin-bottom: 3%;
}

.logo-tag a {
    padding: 2%;
}

#footer {
    background-color: #3a4042;
    color: white;
}

h3 {
    font-size: 17px !important;
}

#footer .nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.nav-wrapper {
    width: 90%;
    margin: 0 auto;
}

#footer address {
    font-size: 14px;
}

#footer a {
    color: white;
}

#footer a:focus, #footer a:hover {
    text-decoration: underline;
}

address {
    font-weight: 200;
}

.logo-texte {
    text-transform: uppercase;
    font-weight: bold;
}

a {
    text-decoration: none;
    color: black;
    cursor: pointer;
}

a {
    background-color: transparent;
}

#social-mobile, #address-mobile {
    display: none;
}

#social a, #social-mobile a {
    display: block;
    background-color: #3a4042;
    text-align: center;
    margin-top: 8px;
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

#social i, #social-mobile i {
    padding: 0.7em 0.4em;
}

@media screen and (max-width: 768px){
    #social-mobile {
        display: flex;
    }
    #footer .nav-wrapper {
        flex-direction: column;
        padding: 25px 0;
    }
}

@media screen and (max-width: 720px){
    #footer address:first-child {
        display: none;
    }
    #footer img {
        width: 55%;
    }
    #address-mobile {
        display: block;
        text-align: center;
        line-height: 22px;
    }
}