:root {
    --rose:#e5067e;
    --violet:#582361;
    --bleu:#219ad6;
    --bleu2:#3160a0;
    --bleu3:#492b6f;
    --gris:#ecefe8;
    --text:#000000;
}

@font-face {
    font-family: 'edosz';
    src: url('webfont/EdoSZ.woff2') format('woff2'),
        url('webfont/EdoSZ.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

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