
*{

    box-sizing: border-box;

}

/* iframe,*/

html, body, div, span, applet, object,

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;

    font-size: 100%;

    /*font: inherit; */

    /* vertical-align: baseline; */

    box-sizing: border-box;

}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure,

footer, header, hgroup, menu, nav, section {

    display: block;

}

body {
    box-sizing: border-box;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
}

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;

}



a:link, a:visited, a:hover, a:active {

    text-decoration: none;
    color: black;

}



/* Images responsives*/



/* img,

iframe {

  max-width: 100%;

  height: auto;

} */



textarea,

table,

td,

th,

code,

pre,

samp {

    -webkit-hyphens: auto; /* césure propre */

    -moz-hyphens: auto;

    hyphens: auto;

    word-wrap: break-word; /* passage à la ligne forcé */

}

/* a:link {
    color: black;
    text-decoration: none;
}

a:visited {
    color: black;
    text-decoration: none;
}

a:hover {
    color: black;
    text-decoration: none;
}

a:active {
    color: black;
    text-decoration: none;
} */