@charset "UTF-8";
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;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*
HEADER
*/
/*
GENERAL
 */
/*
SECTION
 */
/*
Helliglou 09.2025
 */
:root {
  --heliglou-glissius-cell-width: 130px;
}

:root {
  --border-radius: 24px;
  --fs-large: 60px;
  --fs-big: 30px;
  --fs-normal: 22px;
  --fs-small: 16px;
  --fs-text: 19px;
  --fs-text-lh: 24px;
  --fs-large-lh: calc(var(--fs-large) * 1.1);
  --fs-big-lh: calc(var(--fs-big) * 1.1);
  --fs-normal-lh: calc(var(--fs-normal) * 1.1);
  --fs-small-lh: calc(var(--fs-small) * 1.1);
}

@font-face {
  font-family: "CircularProMedium";
  src: url("assets/fonts/LLCircularFamilyOTPro/webfont_circularpro_medium.woff") format("woff"), url("assets/fonts/LLCircularFamilyOTPro/webfont_circularpro_medium.woff2") format("woff2"), url("assets/fonts/LLCircularFamilyOTPro/webfont_circularpro_medium.ttf") format("truetype"), url("assets/fonts/LLCircularFamilyOTPro/webfont_circularpro_medium.svg#CircularProMedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CircularProBlack";
  src: url("assets/fonts/LLCircularFamilyOTPro/webfont_circularpro_black.woff") format("woff"), url("assets/fonts/LLCircularFamilyOTPro/webfont_circularpro_black.woff2") format("woff2"), url("assets/fonts/LLCircularFamilyOTPro/webfont_circularpro_black.ttf") format("truetype"), url("assets/fonts/LLCircularFamilyOTPro/webfont_circularpro_black.svg#CircularProBlack") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CircularProBook";
  src: url("assets/fonts/LLCircularFamilyOTPro/webfont_circularpro_book.woff") format("woff"), url("assets/fonts/LLCircularFamilyOTPro/webfont_circularpro_book.woff2") format("woff2"), url("assets/fonts/LLCircularFamilyOTPro/webfont_circularpro_book.ttf") format("truetype"), url("assets/fonts/LLCircularFamilyOTPro/webfont_circularpro_book.svg#CircularProBook") format("svg");
  font-weight: normal;
  font-style: normal;
}
.bleu {
  color: #00aaff;
}

body {
  font-size: 30px;
  line-height: 35px;
  font-family: "CircularProBook", sans-serif;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "CircularProMedium", sans-serif;
}
body a {
  text-decoration: none;
  color: black;
}
body a:hover, body a:focus {
  text-decoration: none;
  color: #00aaff;
}
body a.underline:hover, body a.underline:focus {
  text-decoration: underline;
}

.logo {
  position: absolute;
  left: 66px;
  top: 60px;
  height: 40.6px;
  width: 40.6px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 40.6px;
  background-image: url("./assets/img/logo.svg");
}

section.wait-main {
  max-width: 940px;
  margin-top: 60px;
  margin-left: 180px;
}
section.wait-main p {
  margin-top: 30px;
  margin-bottom: 30px;
}

footer.wait-footer {
  position: fixed;
  bottom: 60px;
  left: 180px;
  display: grid;
  grid-template-columns: 250px 1fr;
  font-size: 19px;
  line-height: 24px;
}
@media (max-height: 700px) {
  footer.wait-footer {
    position: relative;
    bottom: auto;
    left: 0;
    margin-top: 60px;
    margin-left: 180px;
  }
}

a.underline {
  text-decoration: underline;
}

ul {
  margin-top: 30px;
  list-style: none;
  padding-left: 62px;
}
ul li {
  list-style-position: outside;
}
ul li::marker {
  content: "—  ";
}
ul ul {
  margin-top: 0.25rem;
  padding-left: 60px;
}

/*# sourceMappingURL=wait.css.map */
