:root {
    --text:#000000;
    --orange:#db4c22;
    --bleuf:#153f55;
    --ecru:#dec69c;
    --vert:#00cda6;
    --bleu:#3fa9f5;
    --rose:#ffc2cf;
    --gris:#ecf0f1;
    --blanc:#ffffff;
/*    --debug:lightgreen;*/

}

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

*{
font-family: "Outfit", sans-serif;
font-size:1rem;
line-height:1.3em;
font-weight:400;
margin:0;
padding:0;
box-sizing:border-box;
color:var(--text);
}
svg {
overflow: visible;
}

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