@charset "UTF-8";
/*
Site Name:
Author: Tanaguru
Version: 1.0
*/
/**
 * Color variables for the dark theme
 */
/** ---------------------------------------------------
 * Background images
 */
/** ---------------------------------------------------
 * Abstracts colors
 */
/** ---------------------------------------------------
 * Base colors
 */
/** ---------------------------------------------------
 * Components colors
 */
/** ---------------------------------------------------
 * Layout colors
 */
/** ---------------------------------------------------
 * Pages colors
 */
/**
 * All abstracts files
 */
/**
 * Variables
 */
/** ---------------------------------------------------------------------------
 * Paths
 */
/** ---------------------------------------------------------------------------
 * Responsive variables (media queries)
 */
/* How to use: @media screen and (min-width: 40em) { } */
/** ---------------------------------------------------------------------------
 * Outline style (override in Normalize)
 */
/** ---------------------------------------------------------------------------
 * Font families variables
 */
/** ---------------------------------------------------------------------------
 * Font sizes variables
 */
/**
 * Font face
 */
/* lato-regular - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Lato Regular"), local("Lato-Regular"), url("../fonts/lato-v14-latin-regular-7VpyXwk.woff2") format("woff2"), url("../fonts/lato-v14-latin-regular-dxVemu4.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-700 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Lato Bold"), local("Lato-Bold"), url("../fonts/lato-v14-latin-700-jOXqg5g.woff2") format("woff2"), url("../fonts/lato-v14-latin-700-AjaCDX1.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* dosis-regular - latin */
@font-face {
  font-family: "Dosis";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Dosis Regular"), local("Dosis-Regular"), url("../fonts/dosis-v8-latin-regular-O5sAdiy.woff2") format("woff2"), url("../fonts/dosis-v8-latin-regular-gCK0gkh.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/**
 * All vendors files
 */
/**
 * All base files
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 0.3rem dotted #FFFFFF;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Base
 */
body {
  margin: 0;
  padding: 0;
  background-color: #222222;
  overflow-x: hidden;
}
@media print {
  body {
    overflow-x: visible;
  }
}

iframe {
  border: 0;
}

a, .nav-disclosure-btn {
  padding: 0;
  padding-bottom: 0.2rem;
  border: none;
  border-bottom: 0.1rem solid;
  color: inherit;
  text-decoration: none;
  text-align: left;
}
a:hover, .nav-disclosure-btn:hover {
  border-bottom-style: dashed;
}
a:focus, .nav-disclosure-btn:focus {
  border-bottom-color: transparent;
}

.bold-link {
  font-weight: 700;
}

:focus {
  outline: 0.3rem dotted #FFFFFF;
  outline-offset: 0.1rem;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

input[type=submit],
input[type=checkbox],
input[type=radio] {
  cursor: pointer;
}
input[type=submit][disabled],
input[type=checkbox][disabled],
input[type=radio][disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

summary {
  cursor: pointer;
}
summary:hover {
  text-decoration: underline;
}

/**
 * Typography
 */
html {
  font-size: 62.5%;
  font-size: 0.625em;
}

body {
  color: #FFFFFF;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

/* Titles */
h1,
.h1-like {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
}
@media screen and (min-width: 50em) {
  h1,
  .h1-like {
    font-size: 4.1rem;
  }
}

h2,
.h2-like {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
}
@media screen and (min-width: 50em) {
  h2,
  .h2-like {
    font-size: 2.5rem;
  }
}

h3,
.h3-like {
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (min-width: 50em) {
  h3,
  .h3-like {
    font-size: 2.5rem;
  }
}

h4,
.h4-like {
  font-size: 1.9rem;
  font-weight: bold;
}
@media screen and (min-width: 50em) {
  h4,
  .h4-like {
    font-size: 1.9rem;
  }
}

h5,
.h5-like {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 50em) {
  h5,
  .h5-like {
    font-size: 1.8rem;
  }
}

h6,
.h6-like {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 50em) {
  h6,
  .h6-like {
    font-size: 1.6rem;
  }
}

.title-primary {
  font-family: Dosis, Arial, Helvetica, sans-serif;
  font-weight: normal;
}

/**
 * Helpers
 */
.list-unstyled {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.list-unstyled > li {
  margin-bottom: 0;
}
.list-unstyled > li::before {
  display: none;
}

.paragraph-unstyled {
  margin-top: 0;
  margin-bottom: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
}
@media print {
  .sr-only {
    position: relative;
    width: auto;
    height: auto;
    white-space: normal;
    overflow: auto;
    clip: auto;
    clip-path: none;
  }
}

/**
 * All components files
 */
/**
 * Lists
 */
ul {
  padding-left: 3rem;
  list-style-type: none;
}
ul > li {
  position: relative;
}
ul > li::before {
  position: absolute;
  top: 0.55em;
  left: -1.5em;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #40DFD0;
  content: "";
}

ol {
  padding-left: 2rem;
}
ol li {
  padding-left: 1rem;
}

li {
  margin-bottom: 0.5em;
}

.list-partners {
  display: block;
  margin: 4rem 0;
  text-align: center;
}
@media screen and (min-width: 50em) {
  .list-partners {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    column-gap: 2rem;
  }
}
.list-partners li {
  margin-top: 2rem;
}

.program_subtitle {
  margin-top: 5rem;
}

.program_list_item {
  margin-bottom: 4rem;
}
.program_list_tag {
  display: inline-block;
  border: 1px solid #D8D8D8;
  color: #D8D8D8;
  padding: 0.5rem;
  margin: 0.5rem 0.5rem 0.5rem 0;
  border-radius: 1rem;
  font-size: 1.2rem;
}

/**
 * Buttons
 */
button {
  cursor: pointer;
}

.btn-default {
  display: block;
  padding: 1.4rem 2rem 1.6rem;
  transition: border-color 0.2s ease-out;
  border: 0.2rem solid rgba(255, 255, 255, 0.3);
  border-radius: 0.5rem;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 40em) {
  .btn-default {
    display: inline-block;
  }
}
.btn-default:hover, .btn-default:focus {
  transition-duration: 0.2s;
  transition-property: border, background;
  transition-timing-function: ease;
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.8);
}

.btn-success:not([disabled]) {
  background-color: #349C2E;
}

/**
 * Social links
 */
@media screen and (min-width: 50em) {
  .header-site .social-list {
    margin-left: 1rem;
  }
}
@media screen and (min-width: 62em) {
  .header-site .social-list {
    margin-left: 2rem;
  }
}
.pre-footer .social-list {
  margin-top: 2rem;
}

.social-item {
  display: inline-block;
  margin: 0 1rem;
}
.social-item:first-child {
  margin-left: 0;
}
.social-item:last-child {
  margin-right: 0;
}
@media screen and (min-width: 50em) {
  .social-item {
    margin: 0;
  }
}

.social-link {
  display: block;
  min-width: 4.8rem;
  padding: 1.5rem 0.8rem;
  border: 0;
  box-sizing: border-box;
}
@media screen and (min-width: 50em) {
  .social-link {
    padding: 1rem;
  }
}

.social-icon {
  display: block;
  fill: #FFFFFF;
}
@media screen and (min-width: 50em) {
  .social-icon {
    fill: #FFFFFF;
  }
}
.pre-footer .social-icon {
  fill: #FFFFFF;
}

.social-icon-twitter {
  width: 3.2rem;
  height: 2.4rem;
}

.social-icon-linkedin {
  width: 2.4rem;
  height: 2.5rem;
}

/**
 * Card
 *
 * This is a block of content uses for program and to present the speakers.
 * It has a decorative image in the header and content below a CSS wave.
 */
.card {
  margin: 1.5rem 0;
  border-radius: 0.5rem;
  box-shadow: 0 0 1rem rgba(255, 255, 255, 0.71);
  overflow: hidden;
}
@media screen and (min-width: 50em) {
  .card {
    margin: 4.5rem 0;
  }
}
@media print {
  .card {
    margin: 1rem 0;
    border: 1px solid rgba(255, 255, 255, 0.71);
    box-shadow: none;
  }
}

article {
  margin: 1.5rem 0;
  padding: 2rem;
  border-radius: 0.5rem;
  box-shadow: 0 0 1rem rgba(255, 255, 255, 0.71);
  overflow: hidden;
}
@media screen and (min-width: 50em) {
  article {
    margin: 4.5rem 0;
  }
}
@media print {
  article {
    margin: 1rem 0;
    border: 1px solid rgba(255, 255, 255, 0.71);
    box-shadow: none;
  }
}

.card-content-image {
  position: relative;
  height: 21rem;
  background-color: #D8D8D8;
}
@media screen and (min-width: 50em) {
  .card-program .card-content-image {
    height: 27.5rem;
  }
}
@media print {
  .card-program .card-content-image {
    display: none;
  }
}
.card-speaker .card-content-image {
  height: auto;
  min-height: 13.5rem;
  text-align: center;
}
@media print {
  .card-speaker .card-content-image {
    min-height: 0;
  }
}
@media (max-width: 39.99em) {
  .card-content-image {
    height: auto;
  }
}

.card-image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 40em) {
  .card-program .card-image {
    position: absolute;
    top: -50%;
    right: auto;
    left: auto;
  }
}
@media print {
  .card-speaker .card-image {
    max-width: 10rem;
    height: auto;
  }
}
.card-image img {
  display: block;
}

.card-wave {
  position: relative;
  height: 10rem;
  margin-top: -5rem;
  overflow: hidden;
}
@media (max-width: 39.99em), print {
  .card-wave {
    display: none;
  }
}
.card-wave::before {
  position: absolute;
  top: 0;
  left: -5%;
  width: 110%;
  height: 100%;
  border-radius: 100% 100% 0 0;
  background-color: #000000;
  content: "";
}
@media screen and (min-width: 50em) {
  .card-program .card-wave {
    height: 15rem;
  }
}

.card-content-text {
  position: relative;
  margin-top: -6rem;
  padding: 0 2rem 2rem;
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
  z-index: 10;
}
@media (max-width: 39.99em), print {
  .card-content-text {
    margin-top: 0;
    padding-top: 2rem;
  }
}
@media screen and (min-width: 50em) {
  .card-program .card-content-text {
    margin-top: -10rem;
  }
}
@media print {
  .card-program .card-content-text {
    margin-top: 0;
  }
}
.card-speaker .card-content-text {
  margin-top: 0;
  padding-top: 2rem;
}
@media (max-width: 39.99em) {
  .card-speaker .card-content-text {
    padding: 1.5rem 1rem 1.5rem 0;
  }
}
@media screen and (min-width: 40em) {
  .card-speaker .card-content-text {
    min-height: 12rem;
    padding-bottom: 3rem;
  }
}
@media print {
  .card-speaker .card-content-text {
    min-height: 0;
    padding-bottom: 1rem;
  }
}
.card-content-text :focus {
  outline-color: #FFFFFF;
}

.card-content-text-alone {
  margin-top: 0;
  padding-top: 2rem;
}
@media screen and (min-width: 50em) {
  .card-program .card-content-text-alone {
    margin-top: 0;
  }
}

.card-title {
  margin: 0;
}

.card-title-time {
  display: block;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  font-weight: normal;
}
@media screen and (min-width: 50em) {
  .card-title-time {
    font-size: 2.2rem;
  }
}

.card-title-name {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 50em) {
  .card-title-name {
    font-size: 2.9rem;
  }
}
@media print {
  .card-title-name {
    font-size: 1.8rem;
  }
}
.card-speaker .card-title-name {
  font-size: 1.4rem;
}
@media screen and (min-width: 40em) {
  .card-speaker .card-title-name {
    font-size: 2.3rem;
  }
}
@media print {
  .card-speaker .card-title-name {
    font-size: 1.6rem;
  }
}

.card-program-presenter {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 40em) {
  .card-program-presenter {
    font-size: 1.7rem;
  }
}

.card-program-participants {
  margin-bottom: 3rem;
  color: #999AAF;
  font-size: 1.2rem;
  line-height: 2;
}
@media screen and (min-width: 40em) {
  .card-program-participants {
    font-size: 1.4rem;
    line-height: 2.5;
  }
}

.card-program-duration {
  margin-top: 3rem;
  margin-bottom: 2rem;
  font-size: 1.2rem;
}
@media screen and (min-width: 40em) {
  .card-program-duration {
    font-size: 1.4rem;
  }
}

.speakers_container > div {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.speakers_container .card-speaker {
  display: flex;
  flex-direction: column;
  width: 30rem;
}
@media (max-width: 39.99em) {
  .speakers_container .card-speaker {
    background-color: #000000;
  }
}
.speakers_container .card-speaker .card-content-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30rem;
}
.speakers_container .card-speaker .card-content-text {
  flex: 1;
}

.card-speaker-job {
  margin: 0;
  color: #999AAF;
  font-size: 1.3rem;
}
@media screen and (min-width: 40em) {
  .card-speaker-job {
    font-size: 1.4rem;
  }
}

.card-speaker-more {
  margin-bottom: 0;
  font-size: 1.2rem;
}

/**
 * Opt-out iframe from Matomo
 */
.iframe-matomo {
  width: 100%;
  min-height: 20rem;
  background-color: #FFFFFF;
}

/**
 * Video iframe
 */
.container-video:not(.video-disable) {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.container-video:not(.video-disable) iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.chapters-video {
  margin-top: 1rem;
}
.chapters-video button {
  margin: 1rem 0;
}

/**
 * Partner link
 */
.partner-link {
  display: inline-block;
  padding: 0.5rem;
  border: 0;
  color: #FFFFFF;
  line-height: 1;
}
.partner-link.theme-dark {
  background-color: transparent;
}
.partner-link.theme-light {
  background-color: #FFFFFF;
}
.partner-link .partner_logo-light-theme {
  display: none;
}
.partner-link .partner_logo-dark-theme {
  display: inherit;
}
.partner-link .partner-logobox {
  display: inline-block;
  min-width: 20rem;
  max-width: 30rem;
}
.partner-link .partner-logobox img {
  max-height: 20rem;
}

.form {
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  padding: 2rem;
}
.form-block {
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
}
.form-block input, .form-block textarea {
  padding: 1rem;
  background-color: #000000;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
}
.form-block input[aria-invalid=true], .form-block textarea[aria-invalid=true] {
  border: 2px solid #FD6C5D;
}
.form p:has(> #r2d2), .form-block:has(> #fenouil) {
  position: absolute;
  left: -99999px;
  top: -99999px;
}
.form .form-errors {
  color: #FD6C5D;
  font-weight: 700;
}
.form .form-errors p {
  margin: 1rem 0;
}
.form .form-success {
  color: #349C2E;
  font-weight: 700;
}
.form .form-success p {
  margin: 1rem 0;
}
.form-submit {
  margin-top: 2rem;
}
.form-submit .btn-default {
  width: 100%;
}
.form .warning-paragraph {
  color: #FD6C5D;
}

.title-export {
  display: flex;
  align-items: center;
}

.export-link {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #000000;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.5rem;
  display: inline-block;
}
.export-link:hover, .export-link:focus {
  background-color: rgba(0, 0, 0, 0.8);
}
.export-link-icon {
  font-size: 2rem;
  line-height: 1;
}

.admin-table {
  border-collapse: collapse;
  border: 1px solid #FFFFFF;
  margin: 2rem 0;
  width: 100%;
}
.admin-table th, .admin-table td {
  border: 1px solid #FFFFFF;
  padding: 1rem;
}

/**
 * All layout files
 */
/**
 * Flexbox Grid
 *
 * Doc: http://flexboxgrid.com/
 */
/* Uncomment and set these variables to customize the grid. */
.container {
  max-width: 120rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: calc(2rem * 0.5 * -1);
  margin-left: calc(2rem * 0.5 * -1);
  box-sizing: border-box;
}
@media screen and (min-width: 40em) {
  .row {
    margin-right: calc(5rem * 0.5 * -1);
    margin-left: calc(5rem * 0.5 * -1);
  }
}
@media print {
  .row {
    display: block;
  }
}
.row.reverse {
  flex-direction: row-reverse;
}

.col.reverse {
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  flex: 0 0 auto;
  padding-right: calc(2rem * 0.5);
  padding-left: calc(2rem * 0.5);
  box-sizing: border-box;
}
@media print {
  .col-xs,
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-offset-0,
  .col-xs-offset-1,
  .col-xs-offset-2,
  .col-xs-offset-3,
  .col-xs-offset-4,
  .col-xs-offset-5,
  .col-xs-offset-6,
  .col-xs-offset-7,
  .col-xs-offset-8,
  .col-xs-offset-9,
  .col-xs-offset-10,
  .col-xs-offset-11,
  .col-xs-offset-12 {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
}

.col-xs {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-xs-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  justify-content: center;
  text-align: center;
}

.end-xs {
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  align-items: flex-start;
}

.middle-xs {
  align-items: center;
}

.bottom-xs {
  align-items: flex-end;
}

.around-xs {
  justify-content: space-around;
}

.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media screen and (min-width: 40em) {
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    flex: 0 0 auto;
    padding-right: calc(5rem * 0.5);
    padding-left: calc(5rem * 0.5);
    box-sizing: border-box;
  }
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    align-items: flex-start;
  }
  .middle-sm {
    align-items: center;
  }
  .bottom-sm {
    align-items: flex-end;
  }
  .around-sm {
    justify-content: space-around;
  }
  .between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media screen and (min-width: 50em) {
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    flex: 0 0 auto;
    padding-right: calc(5rem * 0.5);
    padding-left: calc(5rem * 0.5);
    box-sizing: border-box;
  }
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-md {
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    justify-content: center;
    text-align: center;
  }
  .end-md {
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    align-items: flex-start;
  }
  .middle-md {
    align-items: center;
  }
  .bottom-md {
    align-items: flex-end;
  }
  .around-md {
    justify-content: space-around;
  }
  .between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media screen and (min-width: 62em) {
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    flex: 0 0 auto;
    padding-right: calc(5rem * 0.5);
    padding-left: calc(5rem * 0.5);
    box-sizing: border-box;
  }
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    align-items: flex-start;
  }
  .middle-lg {
    align-items: center;
  }
  .bottom-lg {
    align-items: flex-end;
  }
  .around-lg {
    justify-content: space-around;
  }
  .between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
/**
 * Top header
 */
.top-header {
  padding: 1.2rem 0;
  background-color: #000000;
  color: #FFFFFF;
  font-family: Dosis, Arial, Helvetica, sans-serif;
  font-size: 1.35rem;
}
.top-header :focus {
  outline-color: #FFFFFF;
}
@media screen and (min-width: 40em) {
  .top-header {
    font-size: 1.7rem;
  }
}

/* color theme */
.color-theme-paragraph {
  text-align: right;
}

/* Skip link */
@media screen and (min-width: 40em) {
  .skip-link {
    display: inline-block;
    position: relative;
  }
  .skip-link::before {
    position: absolute;
    top: 0;
    left: -4rem;
    width: 2.5rem;
    height: 100%;
    background: url("../css-images/skip-link-__lCDrd.svg") no-repeat center center;
    content: "";
  }
}

/* Color theme switch button */
.btn-color-theme {
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #FFFFFF;
  font-size: inherit;
  font-weight: normal;
}
.btn-color-theme::before {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.5rem;
  background: url("../css-images/icon-contrast-I6Q1hFf.svg") no-repeat center center;
  content: "";
  vertical-align: -15%;
}
@media screen and (min-width: 40em) {
  .btn-color-theme::before {
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
  }
}

/**
 * Main header
 */
@media print {
  .header-site {
    display: none;
  }
}

.main-header {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.header-logo {
  display: inline-block;
  border: 0;
  font-family: Dosis, Arial, Helvetica, sans-serif;
}
@media screen and (min-width: 40em) {
  .header-logo {
    font-size: 2.5rem;
  }
}
.header-logo::before {
  display: block;
  width: 7rem;
  height: 6.5rem;
  background: url("../css-images/logo-dark-theme-8YyBRGf.svg") center center/contain no-repeat;
  content: "";
}
@media screen and (min-width: 40em) {
  .header-logo::before {
    width: 10rem;
    height: 8.65rem;
  }
}

/**
 * Main navigation
 */
@media screen and (min-width: 50em) {
  .main-header-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-top: 1.5rem;
  }
}

.nav-site {
  position: relative;
}

.nav-site-toggle {
  margin: 0;
  text-align: right;
}

.btn-nav-site-toggle {
  padding: 1rem 1rem 1.2rem;
  border: 0;
  background-color: transparent;
  color: #FFFFFF;
  font-size: 1.5rem;
}
@media screen and (min-width: 50em) {
  .btn-nav-site-toggle {
    display: none;
  }
}

.btn-nav-site-toggle-text {
  display: block;
  margin-bottom: 0.2rem;
  font-family: Dosis, Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
}

.btn-nav-site-toggle-icon {
  display: block;
  width: 4.2rem;
  height: 2.7rem;
  fill: #FFFFFF;
}

.nav-site-content {
  padding: 1rem 1.5rem;
  background-color: #000000;
  color: #FFFFFF;
}
@media (max-width: 39.99em) {
  .nav-site-content {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 100;
  }
}
@media screen and (min-width: 50em) {
  .nav-site-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    background-color: transparent;
    color: #FFFFFF;
  }
}
.nav-site-content :focus {
  outline-color: inherit;
}
.nav-site-content:not(.opened) {
  display: none;
}
@media screen and (min-width: 50em) {
  .nav-site-content:not(.opened) {
    display: flex;
  }
}

.nav-site-list {
  margin: 1rem 0;
}
@media screen and (min-width: 50em) {
  .nav-site-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
  }
}
@media screen and (min-width: 50em) {
  .nav-site-list .disclosure-container {
    position: relative;
  }
  .nav-site-list .disclosure-container .disclosure-content {
    position: absolute;
    top: 4rem;
    left: 2rem;
    padding: 1rem;
    background-color: #000000;
    color: #FFFFFF;
    z-index: 1;
  }
}
.nav-site-list .disclosure-container .nav-disclosure-btn {
  background-color: transparent;
  letter-spacing: 0.17rem;
  line-height: 1.6;
  flex-wrap: nowrap;
}
.nav-site-list .disclosure-container .nav-disclosure-btn .disclosure-icon {
  font-size: 1.5rem;
}
.nav-site-list .disclosure-container .nav-disclosure-btn .disclosure-open-true {
  display: none;
}
.nav-site-list .disclosure-container .disclosure-content:not(.content-displayed) {
  display: none;
}

.nav-site-item {
  margin: 1rem 0;
}
@media screen and (min-width: 50em) {
  .nav-site-item {
    margin: 0;
    padding: 1rem;
    text-align: center;
  }
}
@media screen and (min-width: 62em) {
  .nav-site-item {
    padding: 1rem 2rem;
  }
}

.nav-site-item-active::after {
  position: absolute;
  top: 15%;
  right: -0.9rem;
  width: 0.6rem;
  height: 0.6rem;
  margin: 0.5rem auto 0;
  border-radius: 50%;
  background-color: #FFFFFF;
  content: "";
}
@media screen and (min-width: 50em) {
  .nav-site-item-active::after {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    background-color: #FFFFFF;
  }
}

.nav-site-link {
  display: block;
  border-color: transparent;
  font-size: 1.4rem;
}
.nav-site-link:hover {
  border-color: inherit;
}

/**
 * Pre-footer (sort of footer before the real footer)
 */
.pre-footer {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
}
.pre-footer :focus {
  outline-color: #FFFFFF;
}
@media screen and (min-width: 50em) {
  .pre-footer {
    margin-top: 15rem;
  }
}
@media print {
  .pre-footer {
    padding-top: 0;
  }
}

.pre-footer-text-big {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
}
@media screen and (min-width: 40em) {
  .pre-footer-text-big {
    margin: 1.5rem 0;
    font-size: 2.5rem;
  }
}
@media print {
  .pre-footer-text-big {
    font-size: 1.7rem;
  }
}

.pre-footer-text-small {
  margin-top: 2rem;
}
@media screen and (min-width: 40em) {
  .pre-footer-text-small {
    margin-top: 4rem;
    font-size: 2.1rem;
  }
}
@media print {
  .pre-footer-text-small {
    font-size: 1.7rem;
  }
}

.pre-footer-title {
  margin-bottom: 2rem;
}
@media screen and (min-width: 40em) {
  .pre-footer-title {
    margin-bottom: 6rem;
  }
}

/* Pre-footer illustration */
@media print {
  .pre-footer-illus {
    display: none;
  }
}

.pre-footer-illus-wave {
  position: relative;
  height: 16rem;
  margin-top: -10rem;
  overflow: hidden;
  z-index: -1;
}
@media screen and (min-width: 40em) {
  .pre-footer-illus-wave {
    height: 28rem;
    margin-top: -23rem;
  }
}
.pre-footer-illus-wave::after {
  display: block;
  position: absolute;
  top: 0;
  left: -20%;
  width: 140%;
  height: 100%;
  border-radius: 0 0 100% 100%;
  background-color: #000000;
  content: "";
}

.pre-footer-illus-wave-bottom {
  margin-top: 0;
  background-color: #000000;
}
.pre-footer-illus-wave-bottom::after {
  left: -2.5%;
  width: 105%;
  background-color: #222222;
}

.pre-footer-illus-cards {
  display: block;
  position: relative;
  width: 11rem;
  height: 13.2rem;
  margin: 2.5rem auto 0;
  content: "";
  opacity: 0.5;
  z-index: 10;
  fill: #EBF7F9;
}
@media screen and (min-width: 40em) {
  .pre-footer-illus-cards {
    width: 19.2rem;
    height: 23rem;
  }
}

.pre-footer-illus-man-container {
  position: relative;
}

.pre-footer-illus-man {
  position: absolute;
  top: -22rem;
  left: 0;
  width: 12rem;
  height: 22rem;
  background: url("../css-images/footer-man-4SG8gel.svg") no-repeat center center;
}
@media screen and (min-width: 40em) {
  .pre-footer-illus-man {
    top: -35.5rem;
    left: -4rem;
    width: 19.4rem;
    height: 35.3rem;
  }
}
@media screen and (min-width: 50em) {
  .pre-footer-illus-man {
    top: -37rem;
  }
}
@media screen and (min-width: 62em) {
  .pre-footer-illus-man {
    top: -34rem;
  }
}

/**
 * Footer
 */
.footer-site {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
}
.footer-site :focus {
  outline-color: #FFFFFF;
}
@media print {
  .footer-site {
    display: none;
  }
}

.footer-nav-list {
  margin-top: 1rem;
  margin-bottom: 5rem;
  font-size: 1.4rem;
  text-align: center;
}

.footer-nav-item {
  padding: 0.2rem 0;
}

.footer-nav-link {
  border-color: transparent;
}
.footer-nav-link:hover {
  border-color: inherit;
}

.footer-copyright {
  color: #999AAF;
  font-size: 1.4rem;
}
@media screen and (min-width: 40em) {
  .footer-copyright {
    font-size: 1.6rem;
  }
}

/**
 * Main content
 */
/**
 * All pages files
 */
/**
 * Homepage
 */
.homepage {
  position: relative;
}
@media screen and (min-width: 40em) {
  .homepage::before {
    position: absolute;
    top: 5rem;
    right: 0;
    width: 30%;
    height: 100%;
    background: url("../css-images/main-illustration-a11yparis-full-j5oqpwG.svg") no-repeat right top;
    content: "";
    z-index: -1;
  }
}
@media screen and (min-width: 50em) {
  .homepage::before {
    top: 8rem;
    width: 40%;
  }
}
@media screen and (min-width: 62em) {
  .homepage::before {
    top: 0;
    width: 45%;
  }
}

.homepage-section {
  margin-bottom: 9rem;
}
@media print {
  .homepage-section {
    margin-bottom: 2rem;
  }
}

.homepage-section-title {
  text-align: center;
}

/** ---------------------------------------------------
 * Homepage section header
 */
@media screen and (min-width: 62em) {
  .homepage-section-header {
    margin-bottom: 15rem;
  }
}
@media print {
  .homepage-section-header {
    margin-bottom: 2rem;
  }
}

.homepage-section-header-title {
  margin-top: 5rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 40em) {
  .homepage-section-header-title {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 50em) {
  .homepage-section-header-title {
    margin-top: 8rem;
  }
}
@media screen and (min-width: 62em) {
  .homepage-section-header-title {
    margin-top: 17.5rem;
  }
}

.homepage-section-header-title-name {
  font-size: 2.7rem;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (min-width: 50em) {
  .homepage-section-header-title-name {
    font-size: 7rem;
  }
}

.homepage-section-header-title-date {
  font-size: 2.2rem;
}

.homepage-section-header-title-baseline {
  font-size: 1.4rem;
}

.homepage-section-header-title-date,
.homepage-section-header-title-baseline {
  display: block;
  font-family: Dosis, Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.4;
}
@media screen and (min-width: 50em) {
  .homepage-section-header-title-date,
  .homepage-section-header-title-baseline {
    font-size: 2.4rem;
  }
}

.homepage-section-header-content {
  font-size: 1.5rem;
}
@media screen and (min-width: 40em) {
  .homepage-section-header-content {
    max-width: 45rem;
    font-size: 1.7rem;
  }
}
@media print {
  .homepage-section-header-content {
    max-width: 100%;
  }
}

.homepage-section-header-content-desc {
  margin-bottom: 5rem;
}

/** ---------------------------------------------------
 * Homepage section event description this and past year
 */
.homepage-section-event-desc-title {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 2.4;
  text-align: left;
}
@media screen and (min-width: 50em) {
  .homepage-section-event-desc-title {
    font-size: 2.5rem;
    line-height: 1.6;
  }
}
@media print {
  .homepage-section-event-desc-title {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 50em) {
  .homepage-section-event-desc-past .homepage-section-event-desc-title {
    margin-top: 23rem;
  }
}

.homepage-section-event-desc-content-main {
  margin-top: 3rem;
  margin-bottom: 4rem;
  color: #999AAF;
  font-size: 1.5rem;
}
@media screen and (min-width: 40em) {
  .homepage-section-event-desc-content-main {
    font-size: 1.7rem;
  }
}

.homepage-section-event-desc-illustration {
  display: block;
}
@media screen and (min-width: 50em) {
  .homepage-section-event-desc-now .homepage-section-event-desc-illustration {
    position: relative;
    right: -2rem;
    margin-top: 10rem;
  }
}
@media screen and (min-width: 50em) {
  .homepage-section-event-desc-past .homepage-section-event-desc-illustration {
    margin-left: -2rem;
  }
}
@media screen and (min-width: 50em) {
  .homepage-section-event-desc-illustration {
    width: 120%;
    max-width: none;
  }
  .homepage-section-event-desc-past .homepage-section-event-desc-illustration {
    margin-left: -20%;
  }
}
@media screen and (min-width: 62em) {
  .homepage-section-event-desc-illustration {
    width: 140%;
  }
  .homepage-section-event-desc-past .homepage-section-event-desc-illustration {
    margin-left: -40%;
  }
}
@media print {
  .homepage-section-event-desc-illustration {
    display: none;
  }
}

/** ---------------------------------------------------
 * Homepage section partners
 */
.homepage-section-partners-title {
  margin-bottom: 5rem;
  font-size: 2.5rem;
}

/**
 * Simple page
 */
.simple-page {
  margin-bottom: 9rem;
}

.admin {
  box-sizing: border-box;
  max-width: 180rem;
}
.admin .current_updated strong {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  padding: 1rem;
  margin: 1rem;
  max-width: 30rem;
  border: 2px solid red;
  color: black;
  background-color: rgb(231, 190, 193);
  font-size: 0.8em;
}
.admin .current_updated strong .current_updated_count {
  color: red;
}
.admin-menu {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
  padding: 1rem;
  background-color: #000000;
  color: #FFFFFF;
}
@media screen and (min-width: 100rem) {
  .admin-menu {
    position: sticky;
    top: -1px;
  }
}
.admin .table-container {
  max-width: 100%;
  overflow: auto;
  margin: 2rem;
}
.admin .table-container .admin-table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.admin .table-container .admin-table th,
.admin .table-container .admin-table td {
  max-width: 21rem;
}
.admin .table-container .admin-table tr[inert] {
  opacity: 0.5;
}
.admin .table-container .admin-table .action-target {
  display: none;
  font-style: italic;
}
@media screen and (max-width: 93.75rem) {
  .admin .table-container .admin-table {
    border: 0;
  }
  .admin .table-container .admin-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .admin .table-container .admin-table tbody {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
    margin: 2rem 0;
  }
  .admin .table-container .admin-table tr {
    display: block;
    margin-bottom: 0.625em;
  }
  .admin .table-container .admin-table td {
    border-bottom: 1px solid;
    display: block;
    font-size: 0.8em;
    text-align: right;
    min-height: 1.5em;
  }
  .admin .table-container .admin-table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
  .admin .table-container .admin-table .block-label {
    text-align: left;
  }
  .admin .table-container .admin-table .block-label::before {
    float: none;
  }
  .admin .table-container .admin-table .action-target {
    display: block;
  }
  .admin .table-container .admin-table td:last-child {
    border-bottom: 3px solid;
  }
}
.admin .table-container tr:hover {
  background-color: #000;
}
.admin .registration-container {
  word-wrap: break-word;
}
.admin .cell-action ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (any-hover: none) {
  .admin .cell-action ul .btn-default::after {
    content: attr(title);
    margin-left: 1rem;
  }
}
.admin .btn-warn {
  background-color: #FD6C5D;
  color: #000000;
}
.admin .btn-success {
  background-color: #349C2E;
}
.admin .ws-label {
  display: inline-flex;
  flex-direction: column;
}
.admin .ws-label-company {
  font-size: smaller;
  font-style: italic;
}
.admin .ws_label_100 {
  color: #349C2E;
  text-decoration: underline;
}
.admin .ws-lists-closed .js_close_ws,
.admin .ws-lists-closed .js_ws_wait_container {
  display: none;
}
.admin .logs {
  max-width: 60rem;
  max-height: 40rem;
  overflow-y: scroll;
  margin-top: 2rem;
  padding: 0.5rem;
  border: 1px solid #FFFFFF;
}
.admin .logs summary {
  padding: 0.5rem;
}
.admin .logs ul li {
  padding: 0.5rem;
}
.admin .logs ul li:nth-child(odd) {
  background-color: #FFFFFF;
  color: #222222;
}
.admin .logs ul li .logs-label {
  font-size: smaller;
  font-style: italic;
}

/**
 * All themes files
 */
/**
 * Print theme
 * https://www.alsacreations.com/astuce/lire/1160-une-feuille-de-styles-de-base-pour-le-media-print.html
 */
@media print {
  body {
    width: auto !important;
    margin: auto !important;
    background-color: #FFFFFF !important;
    color: #000000 !important;
    font-family: serif;
    font-size: 12pt;
  }
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  blockquote,
  ul,
  ol {
    margin: auto !important;
    color: #000000 !important;
  }
  ul {
    list-style-type: disc;
  }
  ul::before {
    display: none;
  }
  .print {
    display: block; /* affichage des éléments de classe print */
  }
  p,
  blockquote {
    orphans: 3; /* pas de ligne seule en bas */
    widows: 3; /* pas de ligne seule en haut */
  }
  blockquote,
  ul,
  ol {
    page-break-inside: avoid; /* pas de coupure dans ces élements */
  }
  h1 {
    page-break-before: always; /* chaque titre commence sur une nouvelle page */
  }
  h1,
  h2,
  h3,
  caption {
    page-break-after: avoid; /* pas de saut après ces éléments */
  }
  a {
    border: 0 !important;
    color: #000000 !important;
    text-decoration: underline !important;
  }
  a[href]::after {
    content: " (" attr(href) ")"; /* affichage des URL des liens */
  }
}

/*# sourceMappingURL=app-dark.css-XhRWNC3.map */
