@font-face {
  font-family: "jineJidlo";
  src: url("../fonts/JinéJidlov.last.ttf");
}

@font-face {
  font-family: "jineJidlov1";
  src: url("../fonts/jinejidlov1.ttf");
}
@font-face {
  font-family: "jineJidlov2";
  src: url("../fonts/JinéJidlov2.ttf");
}
@font-face {
  font-family: "jineJidlov3";
  src: url("../fonts/JinéJidlov3.ttf");
}
@font-face {
  font-family: "jineJidlov4";
  src: url("../fonts/JinéJidlov4.ttf");
}

.jineJidlo {
  font-family: "jineJidlo";
}

.jineJidlov1 {
  font-family: "jineJidlov1";
}
.jineJidlov2 {
  font-family: "jineJidlov2";
}
.jineJidlov3 {
  font-family: "jineJidlov3";
}
.jineJidlov4 {
  font-family: "jineJidlov4";
}

span.jineJidlo {
  font-size: 1.5em;
  padding-top: 1em;
  display: flex;
}

h2.jineJidlo {
  font-variant: unset;
  font-size: 4em;
  padding: 0.2em 0 0;
  margin: 0;
  border-bottom: 1px solid;
  border-top: 1px solid;
}

h3.jineJidlo {
  color: #2f202c;
  font-weight: unset;
  font-size: 1.5em;
  margin-bottom: 0;
}

h3.jineJidlo span {
  float: right;
  font-size: 0.7em;
}

h4.jineJidlo {
  font-weight: unset;
  font-size: unset;
  font-variant: unset;
}

h5.versionTypo {
  font-variant: unset;
  font-size: 2em;
  margin: 0;
  font-weight: unset;
  word-break: break-all;
  color: #aeaeae;
}

h5.versionTypo .new {
  color: #553550;
}

.typoIntroBlockPicto {
  display: flex;
  gap: 1em;
  padding: 1em;
  bottom: 0;
  position: absolute;
}

.typoIntroPicto {
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.typoIntroPicto img {
  height: 100%;
}

#typo p {
  color: #553550;
  text-align: justify;
  font-size: 0.8em;
  font-weight: unset;
}

.typoIntro {
  flex: 1;
  width: 25%;
  height: 100vh;
  position: relative;
}

.typoBlock {
  flex: 1;
  width: 25%;
  border-left: 1px solid;
  padding-left: 1em;
}
.typoBlock p {
  margin: 0;
}

.typoIntroImage img {
  width: 100%;
}

.f-eggs .block {
  display: flex;
}

.f-eggs {
  font-family: "Ubuntu Mono", serif;
  font-weight: 400;
  font-style: normal;
}

.f-eggs header {
  /*height: 100vw;*/
}

.f-eggs strong {
  font-family: "Ubuntu Mono", serif;
  font-weight: 700;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  font-family: "Geologica", sans-serif;
  font-variant-caps: all-petite-caps;
  font-weight: 900;
}

h3 {
  font-style: normal;
  font-family: "Geologica", sans-serif;
  font-variant: normal;
  font-weight: 900;
}

.f-eggs nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  position: absolute;
  width: 50vw;
  right: 0;
  bottom: 2em;
}

.f-eggs header nav {
  margin-top: auto;
  padding: 0;
}

.f-eggs header nav {
  position: absolute;
  top: 40%;
  right: 50%;
  cursor: pointer;
  z-index: 1000;
}

.f-eggs header h1 {
  line-height: 0.8em;
}

.f-eggs header h2 {
  padding: 0.5em 0;
}

.f-eggs header h3 {
  padding: 0;
  margin: 0;
  font-size: 2em;
}

.f-eggs header nav ul a {
  flex: auto;
  color: inherit;
}

.f-eggs .innerHeader {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  position: relative;
}

.egg-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100vw 0;
  }
}

@keyframes animatedBackgroundMobile {
  from {
    background-position: 100% 60%;
  }
  to {
    background-position: 100% 61%;
  }
}

@keyframes animatedRoute {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -100vw;
  }
}

#tempete {
  position: absolute;
  height: 100vh;
  width: 100vw;
  background-image: url("../img/fondNuages.png");
  top: 0;
  right: 0;
  background-size: 100%;
  animation: animatedBackground 10s linear infinite;
  background-attachment: fixed;
}
#tempete2 {
  position: absolute;
  height: 100vh;
  width: 100vw;
  background-image: url("../img/fondNuages.png");
  top: 0;
  right: 0;
  background-size: 100%;
  animation: animatedBackground 15s linear infinite;
  background-attachment: fixed;
}

#route {
  position: absolute;
  background-image: url("../img/route.png");
  height: 150vh;
  width: 70vw;
  z-index: 0;
  transform: rotate(50deg);
  top: 20px;
  animation: animatedRoute 1s linear infinite;
  display: none;
  left: 0;
  bottom: 0;
  background-size: 100% auto;
}

#wrapHeader {
  overflow: hidden;
  position: relative;
  background-color: #f4f2ee;
}
