/*
  RESET CSS COMPLET
  Toutes les propriétés par défaut des navigateurs sont supprimées ou neutralisées.
  Exclusion pour .exclude-reset-css et tous ces enfants.
  À utiliser avec précaution : ce reset annule toutes les règles CSS natives.
*/
#reset-css *:not(.exclude-reset-css, .exclude-reset-css *),
#reset-css *:not(.exclude-reset-css, .exclude-reset-css *)::before,
#reset-css *:not(.exclude-reset-css, .exclude-reset-css *)::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: none;
  color: inherit;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
  list-style: none;
  text-align: inherit;
  text-transform: none;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  text-indent: 0;
  text-shadow: none;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: normal;
  direction: inherit;
  unicode-bidi: inherit;
  cursor: inherit;
  user-select: inherit;
  appearance: none;
  resize: none;
  box-shadow: none;
  transition: none;
  animation: none;
  opacity: 1;
  visibility: visible;
  z-index: auto;
  float: none;
  clear: none;
  position: static;
  inset: auto;
  width: auto;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 0;
  max-height: none;
}

#reset-css html, #reset-css body {
  height: 100%;
  min-height: 100%;
  width: 100%;
  min-width: 100%;
  font-size: 16px;
  background: none;
  color: inherit;
}

#reset-css table:not(.exclude-reset-css, .exclude-reset-css *) {
  border-collapse: collapse;
  border-spacing: 0;
}

#reset-css img:not(.exclude-reset-css, .exclude-reset-css *),
#reset-css svg:not(.exclude-reset-css, .exclude-reset-css *),
#reset-css video:not(.exclude-reset-css, .exclude-reset-css *),
#reset-css canvas:not(.exclude-reset-css, .exclude-reset-css *),
#reset-css audio:not(.exclude-reset-css, .exclude-reset-css *),
#reset-css iframe:not(.exclude-reset-css, .exclude-reset-css *),
#reset-css embed:not(.exclude-reset-css, .exclude-reset-css *),
#reset-css object:not(.exclude-reset-css, .exclude-reset-css *) {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
  background: none;
}

#reset-css button:not(.exclude-reset-css, .exclude-reset-css *),
#reset-css input:not(.exclude-reset-css, .exclude-reset-css *),
#reset-css select:not(.exclude-reset-css, .exclude-reset-css *),
#reset-css textarea:not(.exclude-reset-css, .exclude-reset-css *) {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  outline: 0;
  appearance: none;
  box-shadow: none;
  resize: none;
}

#reset-css a:not(.exclude-reset-css, .exclude-reset-css *) {
  color: inherit;
  text-decoration: none;
  background: none;
}

#reset-css ul:not(.exclude-reset-css, .exclude-reset-css *),
#reset-css ol:not(.exclude-reset-css, .exclude-reset-css *) {
  list-style: none;
  margin: 0;
  padding: 0;
}

#reset-css h1:not(.exclude-reset-css, .exclude-reset-css *),
#reset-css h2:not(.exclude-reset-css, .exclude-reset-css *),
#reset-css h3:not(.exclude-reset-css, .exclude-reset-css *),
#reset-css h4:not(.exclude-reset-css, .exclude-reset-css *),
#reset-css h5:not(.exclude-reset-css, .exclude-reset-css *),
#reset-css h6:not(.exclude-reset-css, .exclude-reset-css *) {
  font-size: inherit;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

#reset-css p:not(.exclude-reset-css, .exclude-reset-css *),
#reset-css blockquote:not(.exclude-reset-css, .exclude-reset-css *),
#reset-css pre:not(.exclude-reset-css, .exclude-reset-css *),
#reset-css figure:not(.exclude-reset-css, .exclude-reset-css *) {
  margin: 0;
  padding: 0;
}


#reset-css :focus:not(.exclude-reset-css, .exclude-reset-css *) {
  outline: 0;
}

#reset-css :active:not(.exclude-reset-css, .exclude-reset-css *),
#reset-css :hover:not(.exclude-reset-css, .exclude-reset-css *) {
  outline: 0;
}