/* Reset des défauts Chrome*/
html, body, div, span, applet, object, iframe,
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;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
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;
}
ul, li, p {margin-block:unset;padding-inline:unset}
option {white-space: normal;min-height: fit-content}
* {margin-block: unset; margin-inline:unset}
h1,h2,h3,h4,h5,h6 {font-size:unset;font-weight:unset}


/***********  général  ***************/
:root{
    --ft18: clamp(16px, 0.94vw, 20px);
    --ft17: clamp(15px, 0.89vw, 19px);
    --ft16: clamp(14px, 0.83vw, 18px);
    --ft15: clamp(13px, 0.78vw, 17px);
    --ft14: clamp(12px, 0.73vw, 16px); /*vw calculé pour un font-size de 14px en 1920x1080*/
    --ft13: clamp(11px, 0.68vw, 15px); /**/
    --ft12: clamp(10px, 0.63vw, 14px); /**/
    --ft11: clamp(9px, 0.57vw, 13px); /**/
    --ft10: clamp(8px, 0.52vw, 12px); /**/
}
body { height:100vh;width:100vw; padding: 0;margin: 0; overflow:hidden; -webkit-text-size-adjust:none; user-select: none;}