:root {
    --text:#000000;
    --orange:#e63728;
    --bleu:#003a6e;
    --bleu2:#088bcc;
    --rose:#ffc2cf;
    --gris:#ecf0f1;
    --blanc:#ffffff;
/*    --debug:lightgreen;*/
/* gradien 003a6e -> 004c88 */
}

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 */
}