:root {
    --gris:#373536;
    --gris2:#c7c3d1;
    --gris3:#8a8698;
    --jaune:#f2e52e;
    --jaune2:#efeac8;
    --text:#373536;
}

html, body {
height: 100%;
border: 0px solid transparent;
font-size: 97%;
margin: 0px 0px 0px 0px;
min-height: 100%;
padding: 0px 0px 0px 0px;
width: 100%;
-webkit-font-smoothing: antialiased;
background:var(--gris);
line-height:120%;
}

*{
font-family:'Montserrat',arial;
font-size:1em;
line-height:1.3em;
font-weight:500;
margin:0;
padding:0;
box-sizing:border-box;
color:var(--gris);
}

img, object, embed, canvas, video, audio, picture {
max-width: 100%;
height: auto;
_width: 100%; /* IE6 seulement */
}