@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

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

/******** Mes réglages habituels **********/
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 14px;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

img {
  max-width: 100%;
}

@font-face {
  font-family: Thunder;
  font-weight: 100;
  font-style: normal;
  src: url("../../assets/font/Thunder-ThinLC.otf") format("opentype");
}
@font-face {
  font-family: Thunder;
  font-weight: 100;
  font-style: italic;
  src: url("../../assets/font/Thunder-ThinLCItalic.otf") format("opentype");
}
@font-face {
  font-family: Thunder;
  font-weight: 200;
  font-style: normal;
  src: url("../../assets/font/Thunder-ExtraLightLC.otf") format("opentype");
}
@font-face {
  font-family: Thunder;
  font-weight: 200;
  font-style: italic;
  src: url("../../assets/font/Thunder-ExtraLightLCItalic.otf") format("opentype");
}
@font-face {
  font-family: Thunder;
  font-weight: 300;
  font-style: normal;
  src: url("../../assets/font/Thunder-LightLC.otf") format("opentype");
}
@font-face {
  font-family: Thunder;
  font-weight: 300;
  font-style: italic;
  src: url("../../assets/font/Thunder-LightLCItalic.otf") format("opentype");
}
@font-face {
  font-family: Thunder;
  font-weight: 400;
  font-style: normal;
  src: url("../../assets/font/Thunder-LC.otf") format("opentype");
}
@font-face {
  font-family: Thunder;
  font-weight: 400;
  font-style: italic;
  src: url("../../assets/font/Thunder-LCItalic.otf") format("opentype");
}
@font-face {
  font-family: Thunder;
  font-weight: 500;
  font-style: normal;
  src: url("../../assets/font/Thunder-MediumLC.otf") format("opentype");
}
@font-face {
  font-family: Thunder;
  font-weight: 500;
  font-style: italic;
  src: url("../../assets/font/Thunder-MediumLCItalic.otf") format("opentype");
}
@font-face {
  font-family: Thunder;
  font-weight: 600;
  font-style: normal;
  src: url("../../assets/font/Thunder-SemiBoldLC.otf") format("opentype");
}
@font-face {
  font-family: Thunder;
  font-weight: 600;
  font-style: italic;
  src: url("../../assets/font/Thunder-SemiBoldLCItalic.otf") format("opentype");
}
@font-face {
  font-family: Thunder;
  font-weight: 700;
  font-style: normal;
  src: url("../../assets/font/Thunder-BoldLC.otf") format("opentype");
}
@font-face {
  font-family: Thunder;
  font-weight: 700;
  font-style: italic;
  src: url("../../assets/font/Thunder-BoldLCItalic.otf") format("opentype");
}
@font-face {
  font-family: Thunder;
  font-weight: 800;
  font-style: normal;
  src: url("../../assets/font/Thunder-ExtraBoldLC.otf") format("opentype");
}
@font-face {
  font-family: Thunder;
  font-weight: 800;
  font-style: italic;
  src: url("../../assets/font/Thunder-ExtraBoldLCItalic.otf") format("opentype");
}
@font-face {
  font-family: Thunder;
  font-weight: 900;
  font-style: normal;
  src: url("../../assets/font/Thunder-BlackLC.otf") format("opentype");
}
@font-face {
  font-family: Thunder;
  font-weight: 900;
  font-style: italic;
  src: url("../../assets/font/Thunder-BlackLCItalic.otf") format("opentype");
}
.waitingpage h1 {
  font-family: Thunder;
  font-weight: 700;
  color: #FF0000;
  font-size: clamp(32px, 20vw, 400px);
  text-transform: uppercase;
  width: -moz-min-content;
  width: min-content;
}

html {
  background-color: #f2f0ff;
  font-family: Thunder;
  font-weight: 700;
  color: #FF0000;
}
html a {
  font-family: Thunder;
  font-weight: 700;
  color: #FF0000;
}/*# sourceMappingURL=styles.css.map */