/* cmsms stylesheet: __Commun modified: 12/05/2020 18:58:23 */
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
    text-decoration: none;
    text-transform: uppercase;
}

@font-face {
    font-family: "HelveticaCN";
    font-style: normal;
    font-weight: normal;
    src: url("/fonts/helveticaneueltpro-cn-webfont.woff") format("woff"), url("/fonts/helveticaneueltpro-cn-webfont.ttf") format("truetype"), url("/fonts/helveticaneueltpro-cn-webfont.svg#webfont") format("svg");
}
@font-face {
    font-family: "HelveticaMDCN";
    font-style: normal;
    font-weight: normal;
    src: url("/fonts/helveticaneueltpro-mdcn-webfont.woff") format("woff"), url("/fonts/helveticaneueltpro-mdcn-webfont.ttf") format("truetype"), url("/fonts/helveticaneueltpro-mdcn-webfont.svg#webfont") format("svg");
}
@font-face {
    font-family: "HelveticaBDCN";
    font-style: normal;
    font-weight: normal;
    src: url("/fonts/helveticaneueltpro-bdcn-webfont.woff") format("woff"), url("/fonts/helveticaneueltpro-bdcn-webfont.ttf") format("truetype"), url("/fonts/helveticaneueltpro-bdcn-webfont.svg#webfont") format("svg");
}

body, button, input, select, textarea {
    font-family: "HelveticaCN",Helvetica,sans-serif;
    font-size: 1.15rem;
    line-height: 1.15;
}

body {
   width: 90%;
   margin: 5% auto;
   -webkit-animation: fadeAnim 0.6s;
   animation: fadeAnim 0.6s;
}
#content, #menu, #retour {
   padding: 0 2.5%;
}

@-webkit-keyframes {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes fadeAnim {
    from { opacity: 0; }
    to { opacity: 1; }
}

h2, strong {
   font-family: "HelveticaBDCN",Helvetica,sans-serif;
}

#warning {
    color: grey;
    font-size: 0.75rem;
    height: 1rem;
    left: 1em;
    margin-bottom: 1rem;
    position: absolute;
    top: 1em;
}

@media screen and (max-width: 59.6875em) {
}
