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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*----------------------------------------------------*/

* {
    font-size: 0.9em;
}

body {
    background-color: #EEE;
    font-family: 'lato', 'sans-serif';
}

h1, ul li, h2, h3 {
    font-family: 'Advent Pro', 'sans-serif';
}

h3, .sub {
    font-family: 'lato', 'sans-serif';
    font-size: 1em;
    text-align: justify;
    text-justify: distribute-all-lines;
    color: #333;
    padding: 10px 0; 
    clear: both;
}

.sub {
    padding-top: 20px;
}

p {
    font-size: 1.2em;
    text-align: right;
    padding: 10px 0;
}

#wrapper {
    width: 800px;
    margin: 40px auto auto;
    text-align: center;
}

#container {
    alignment: top;
}

img {
    width: 320px;
    height: auto;
}

ul {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: -16px 0 0 100px;
}

ul li {
    color: #01a4b9;
    list-style-type: none;
    font-size: 2.4em;
    line-height: 2.6em;
}

.hide {
    display: none;
}

h1 {
    text-align: center;
    font-size: 3em;
    margin: 60px 0;
    color: #333;
}

hr {
    border-top: 1px solid #8c8b8b;
    border-bottom: 1px solid #fff;
}

.cta_accueil {
    border-top: 1px dashed #BBB;
    padding: 10px 0;
    /*background-color: rgba(255, 255, 255, 0.8);*/
    font-size: 1.1em;
    text-align: left;
    width: 68%;
    margin: auto;
}

.cta_axa {
    border-top: 1px dashed #BBB;
    padding: 10px 0;
    /*background-color: rgba(255, 255, 255, 0.8);*/
    font-size: 0.9em;
    text-align: left;
    width: 68%;
    margin: auto;
}

.cta_accueil h2 {
    text-align: center;
    font-weight: normal;
    font-size: 1.8em;
    margin: 10px 0;
}

.cta_accueil::after {
    display: block;
    content: "";
    clear: both;
}

a, a[href^="tel:"], a[href^="fax:"] {
    color: #01a4b9;
    font-weight: 400;
    text-decoration: none;
}

.day {
    clear: both;
    font-size: 1.2em;
}

.schedule {
    padding: 0 20px;
}

.clear {
    clear: both;
}

.push-right {
    clear: both;
    float: right;
}

.push-left {
    float: left;
}

.emergency {
    color: #666;
}

.text-center {
    text-align: center;
}

/*-------------------------- MOBILE ------------------------*/

@media screen and (max-width: 991px) {

    #wrapper {
        width: 100%;
        margin: 20px auto 0;
    }

    #container {
        margin: 20px;
    }

    img {
        width: 120px;
        height: auto;
    }

    ul {
        margin-left: 40px;
        margin-top: -6px;
    }

    ul li {
        line-height: 1.6em;
        font-size: 1.5em;
        padding: 0 5px;
    }

    .cta_accueil {
        width: 90%;
        margin: 0 10px;
    }

    h1 {
        margin: 20px 0;
        font-size: 2em;
    }

    .cta_accueil h2 {
        font-size: 1.3em;
    }

    #contact h2 {
        padding: 10px 0;
        margin: 0;
        font-size: 1em;
        float: left;
        font-family: 'lato', 'sans-serif';
    }

    p {
        font-size: 1em !important;
    }

    p.pull-right a[href^="mailto:"] {
        text-align: center !important;
        float: none;
    }

    footer {
        font-size: 0.8em !important;
    }
}