/* http://meyerweb.com/eric/tools/css/reset/  - v2.0 | 20110126 - License: none (public domain)*/
*,
*::before,:before,
*::after,:after {
  -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;/*empeche le redimensionnement des éléments avec padding et margin*/
  scroll-behavior: smooth;
}
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, 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-size: 100%;font: inherit;vertical-align: baseline;}
/*	*{box-sizing: inherit;outline: none;}	empeche l'encadrement bleu des liens ou images NE PAS ENLEVER*/

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary, main {display: block;}

html {font-family: system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, Cantarell, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-family: sans-serif;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}

body {min-height: 100vh;scroll-behavior: smooth;text-rendering: optimizeSpeed;line-height: 1.5;}

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

b,strong {font-weight: inherit;font-weight:bolder;}
dfn,em,.italic,address,cite,i,var {font-style: italic;}
input,button,textarea,select {font: inherit;}

img {max-width:100%;height:auto;box-sizing:border-box;width: auto\9; /* ie8 */}

a a:hover, a:focus, a:active {color: #f4f4f4;}
a {background-color: transparent;} /* Supprime la couleur d'arrière-plan grise des liens actifs dans IE 10. */
svg:not(:root) { overflow: hidden;}
/* max values */
img,table,td,blockquote,code,pre,textarea,input,video,svg {max-width: 100%;}

/*empeche le débordement et la césure des mots en fin de ligne*/
p,figcaption{-webkit-hyphens:none; -moz-hyphens:none;-ms-hyphens:none;-o-hyphens:none;hyphens:none;word-break: break-word;}

* + * {margin-top: 1.5rem;} /*  applique une marge supérieure à tous les éléments qui suivent un autre élément */

/*===== Spacing Helpers ==========*/
.man,.ma0 {margin: 0;}.mas {margin: 1rem;}.mam {margin: 2rem;}.mal {margin: 4rem;}
.mtn,.mt0 {margin-top: 0}.mts {margin-top: 1rem}.mtm {margin-top: 2rem}.mtl {margin-top: 4rem}
.mrn,.mr0 {margin-right: 0}.mrs {margin-right: 1rem}.mrm {margin-right: 2rem}.mrl {margin-right: 4rem;}
.mbn,.mb0 {margin-bottom: 0;}.mbs {margin-bottom: 1rem;}.mbm {margin-bottom: 2rem;}.mbl {margin-bottom: 4rem;}
.mln.ml0 {margin-left: 0;}.mls {margin-left: 1rem;}.mlm {margin-left: 2rem;}.mll {margin-left: 4rem;}

.mauto {margin: auto;}
.mtauto {margin-top: auto;}
.mrauto {margin-right: auto;}
.mbauto {margin-bottom: auto;}
.mlauto {margin-left: auto;}

.pan,.pa0 {padding: 0;}.pas {padding: 1rem;}.pam {padding: 2rem}.pal {padding: 4rem}
.ptn,.pt0 {padding-top: 0;}.pts {padding-top: 1rem;}.ptm {padding-top: 2rem;}.ptl {padding-top: 4rem;}.ptxl {padding-top: 6rem;}
.prn,.pr0 {padding-right: 0;}.prs {padding-right: 1rem;}.prm {padding-right: 2rem;}.prl {padding-right: 4rem;}.prxl {padding-right: 6rem;}
.pbn,.pb0 {padding-bottom: 0;}.pbs {padding-bottom: 1rem;}.pbm {padding-bottom: 2rem;}.pbl {padding-bottom: 4rem;}.pbxl {padding-bottom: 6rem;}
.pln,.pl0 {padding-left: 0;}.pls {padding-left: 1rem;}.plm {padding-left: 2rem;}.pll {padding-left: 4rem;}.plxl {padding-left: 6rem;}

