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

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

body.i18n-fr .language-switcher .fr {
  font-weight: bold;
}
body.i18n-fr .i18n .fr {
  opacity: 1;
}
body.i18n-fr .i18n .en {
  opacity: 0;
  display: none !important;
}

body.i18n-en .language-switcher .en {
  font-weight: bold;
}
body.i18n-en .i18n .fr {
  opacity: 0;
  display: none !important;
}
body.i18n-en .i18n .en {
  opacity: 1;
}

.flipping-i18n {
  -webkit-transition: transform ease-in-out 0.25s, opacity 0.25s ease-in-out;
  -moz-transition: transform ease-in-out 0.25s, opacity 0.25s ease-in-out;
  -ms-transition: transform ease-in-out 0.25s, opacity 0.25s ease-in-out;
  -o-transition: transform ease-in-out 0.25s, opacity 0.25s ease-in-out;
  transition: transform ease-in-out 0.25s, opacity 0.25s ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: 0;
}
.flipping-i18n.flip-out {
  backface-visibility: hidden;
  z-index: 2;
  /* for firefox 31 */
  transform: rotateX(90deg);
}

.fading-i18n {
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: 0;
  opacity: 1;
}
.fading-i18n.fade-out {
  opacity: 0 !important;
}

@font-face {
  font-family: "Halyard Display";
  src: url("../../fonts/HalyardDisplay-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Display";
  src: url("../../fonts/HalyardDisplay-Regular.woff2") format("woff2"), url("../../fonts/HalyardDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Display";
  src: url("../../fonts/HalyardDisplayMedium-Regular.woff2") format("woff2"), url("../../fonts/HalyardDisplayMedium-Regular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Display";
  src: url("../../fonts/HalyardDisplaySemiBold-Regular.woff2") format("woff2"), url("../../fonts/HalyardDisplaySemiBold-Regular.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Display";
  src: url("../../fonts/HalyardDisplay-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../../fonts/worksans-bold.woff2") format("woff2"), url("../../fonts/worksans-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Work Sans";
  src: url("../../fonts/worksans-bolditalic.woff2") format("woff2"), url("../../fonts/worksans-bolditalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Work Sans";
  src: url("../../fonts/worksans-italic.woff2") format("woff2"), url("../../fonts/worksans-italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Work Sans";
  src: url("../../fonts/worksans-light.woff2") format("woff2"), url("../../fonts/worksans-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Work Sans";
  src: url("../../fonts/worksans-lightitalic.woff2") format("woff2"), url("../../fonts/worksans-lightitalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Work Sans";
  src: url("../../fonts/worksans-regular.woff2") format("woff2"), url("../../fonts/worksans-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-feature-settings: "tnum";
  box-sizing: border-box;
  font-family: "Halyard Display";
}

body {
  position: relative;
}

html, body {
  width: 1920px;
  height: 1080px;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: 0;
}

#main {
  display: none;
  width: 1920px;
  height: 1080px;
}

a {
  color: #FFFFFF;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #FFFFFF;
  text-decoration: none;
}

strong, b {
  font-weight: bold;
}

img, video {
  max-width: 100%;
  height: auto;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

.screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 1920px;
  height: 1080px;
  opacity: 0;
  overflow: hidden;
}
.screen.hidden {
  visibility: hidden;
  pointer-events: none;
}
.screen:not(.current) {
  pointer-events: none !important;
}
.screen:not(.current) * {
  pointer-events: none !important;
}

.language-switcher {
  position: absolute;
  z-index: 10;
}

#still-there {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#still-there .modal {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  text-align: center;
  background-color: #FFFFFF;
  width: 1100px;
  padding: 100px;
}
#still-there .modal button {
  align-self: center;
}

html, body {
  width: 3840px;
  height: 2160px;
}

#main {
  width: 3840px;
  height: 2160px;
}

.screen {
  width: 3840px;
  height: 2160px;
}
.screen.hidden {
  visibility: initial;
  pointer-events: none;
}

html, body {
  font-family: "Halyard Display";
  color: #f6e4dd;
  background-color: #000;
}

body.i18n-fr #language-switcher div.fr {
  font-weight: bold;
}
body.i18n-en #language-switcher div.en {
  font-weight: bold;
}
body #main {
  background-image: url("../../images/activite-humaine/games/fade-overlay-background.jpg");
  background-size: 100% 100%;
}

div.screen .content-container {
  position: absolute;
  top: 80px;
  left: 50%;
  width: 540px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#bottom-left-corner {
  position: absolute;
  left: 60px;
  bottom: 60px;
  z-index: 100;
}

#home-button {
  margin-right: 32px;
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  line-height: 0;
  vertical-align: middle;
  opacity: 0.3;
  -webkit-transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#home-button:active {
  opacity: 1;
}

#language-switcher {
  position: relative;
  display: inline-flex;
  background-color: unset;
  border: none;
  appearance: none;
  color: white;
  padding: 0;
  vertical-align: middle;
  font-size: 24px;
}
#language-switcher div {
  display: inline-block;
  font-weight: 300;
}
#language-switcher div.fr:after {
  content: "/";
  margin-left: 5px;
  font-weight: 300;
}
#language-switcher div.en {
  padding-left: 5px;
}

h1 {
  color: #7ABECC;
  font-size: 233px;
  font-weight: 600;
}

h2 {
  font-size: 64px;
  font-weight: 600;
  line-height: 1.05;
  color: #f6e4dd;
  margin-bottom: 25px;
}

h3 {
  font-weight: 500;
  font-size: 21px;
  line-height: 1.24;
  color: #FFFFFF;
}

/**
 * SCREEN (INITIAL)
 */

/*# sourceMappingURL=styles-activitehumaine.css.map */