@font-face {
  font-family: "Nohemi";
  src: url("../../assets/font/Nohemi-Regular.eot");
  src: url("../../assets/font/Nohemi-Regular.eot?#iefix") format("embedded-opentype"), url("../../assets/font/Nohemi-Regular.woff2") format("woff2"), url("../../assets/font/Nohemi-Regular.woff") format("woff"), url("../../assets/font/Nohemi-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.source__list__container, .footer, .backtotop, .schema__ville, .schema__pain, .schema__rpl, .temps__travail, .sectionTexte, .navigation__container {
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  background-color: #262524;
  color: #f2f0ef;
  padding: 16px;
  gap: 16px;
}
.source__list__container p, .footer p, .backtotop p, .schema__ville p, .schema__pain p, .schema__rpl p, .temps__travail p, .sectionTexte p, .navigation__container p {
  margin: 0;
}
@media (min-width: 1200px) {
  .source__list__container, .footer, .backtotop, .schema__ville, .schema__pain, .schema__rpl, .temps__travail, .sectionTexte, .navigation__container {
    padding: 24px;
    gap: 24px;
  }
}

h1 span {
  text-indent: 100%;
  text-wrap: unset;
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  color: white;
  font-family: "Geist Mono", monospace;
  font-size: 16px;
  line-height: 1.5;
  background-color: #131313;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
body main {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 16px;
  scroll-behavior: smooth;
}
@media (min-width: 840px) {
  body main {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1200px) {
  body main {
    gap: 24px;
    padding: 24px;
    grid-template-columns: repeat(6, 1fr);
  }
}

p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Geist", sans-serif;
}

h1 {
  font-size: 89.8984910837px;
  font-family: "Geist", sans-serif;
  grid-column: 1/-1;
  margin: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 840px) {
  h1 {
    grid-row: 7;
    margin-bottom: 120px;
  }
}
@media (min-width: 1200px) {
  h1 {
    grid-column: 1/4;
    grid-row: 5;
  }
}
h1 span {
  display: none;
}
h1 svg {
  width: 100%;
  height: 40vw;
}
@media (min-width: 1200px) {
  h1 svg {
    height: 20vw;
  }
}

h2 {
  font-weight: 400;
  font-size: 16px;
  font-family: "Geist Mono", monospace;
  text-transform: uppercase;
  margin: 8px 0;
}
@media (min-width: 1200px) {
  h2 {
    margin: 12px 0;
  }
}

h3 {
  font-size: 28.4444444444px;
  font-family: "Geist Mono", monospace;
  line-height: 0;
  color: #c9c8c7;
}

strong {
  font-size: 37.9259259259px;
  font-family: "Geist Mono", monospace;
}

.small {
  font-size: 12px;
  font-family: "Geist Mono", monospace;
}

.navigation__container {
  grid-column: 1/-1;
}
@media (min-width: 840px) {
  .navigation__container {
    grid-column: 1/3;
    grid-row: 1;
  }
}
@media (min-width: 1200px) {
  .navigation__container {
    grid-column: 1/5;
    grid-row: 1;
  }
}

.navigation {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(6, 1fr);
}
@media (min-width: 1200px) {
  .navigation {
    gap: 4px;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(12, 1fr);
  }
}
.navigation li {
  list-style: none;
  background-color: #131313;
}
.navigation .navigation__decoration {
  background-color: #414141;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  transition: 0.3s ease-in all;
}
.navigation__element {
  position: relative;
  background-color: #131313;
  z-index: 10;
  transition: all 0.3s ease-in;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 2px 8px;
  z-index: 2;
  transition: 0.4s all ease;
  border: none;
}
.navigation__element .number {
  color: #f2f0ef;
}
.navigation__element:hover .navigation__decoration {
  background-color: #808080;
}
@media (min-width: 1200px) {
  .navigation__element {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
}
.navigation__element p {
  text-align: left;
  font-family: "Geist Mono", monospace;
  z-index: 2;
  margin: 2px 0;
  display: inline-block;
  color: #f2f0ef;
  pointer-events: none;
}
.navigation .navigation__element--active {
  pointer-events: none;
}
.navigation .navigation__element--active .navigation__decoration {
  background: #f2f0ef;
}
.navigation .navigation__element--active p:not(.number) {
  color: #262524;
}
@media (max-width: 1200px) {
  .navigation .navigation__element--active .number {
    color: #131313;
  }
}

.sectionTexte {
  grid-column: 1/-1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 840px) {
  .sectionTexte {
    grid-column: 3/-1;
    grid-row: 1;
  }
}
@media (min-width: 1200px) {
  .sectionTexte {
    grid-column: 5/-1;
    grid-row: 1;
  }
}

.slider__parent {
  width: 100%;
  height: 170px;
  background-color: #131313;
  grid-column: 1/-1;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 2000;
  transform: translateY(100%);
  transition: 0.4s all ease;
}

body.scrolled .slider__parent {
  transform: translateY(0%);
}

.slider__container {
  background-color: #131313;
  position: relative;
  padding: 20px;
  width: 100%;
}

.slider {
  margin: 55px 0;
  display: flex;
  position: relative;
  height: 40px;
  align-content: center;
  --position:50%;
}

.slider__texts {
  pointer-events: none;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slider__texts p {
  font-family: "Geist Mono", monospace;
  margin: 0;
}

.slider__input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  color: #f2f0ef;
  border: none;
  width: 100%;
  height: 40px;
  background: #262524;
  margin: 0;
  outline: none;
  outline: none;
  opacity: 0.7;
  transition: opacity 0.2s;
  border-radius: 50px;
  opacity: 1;
}

.slider__input::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: #f2f0ef;
  cursor: pointer;
  opacity: 1;
}

.slider__input::-moz-range-thumb {
  border-radius: 50%;
  border: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: #f2f0ef;
  cursor: pointer;
}

.inputSalary {
  position: absolute;
  padding: 8px;
  background-color: #262524;
  left: var(--position);
  transform: translateX(-50%);
  border-radius: 8px;
  white-space: nowrap;
}

.Salary__container {
  top: -55px;
  width: 96%;
  height: 40px;
  left: 2%;
  position: absolute;
  padding: 0 25px;
}

.temps__travail {
  position: relative;
}
.temps__travail *:not(h2) {
  margin: 0;
}
.temps__travail--1 {
  grid-column: 1/-1;
}
@media (min-width: 840px) {
  .temps__travail--1 {
    grid-column: 1/3;
    grid-row: 2;
  }
}
@media (min-width: 1200px) {
  .temps__travail--1 {
    grid-column: 3/5;
    grid-row: 2;
  }
}
.temps__travail--2 {
  grid-column: 1/-1;
}
@media (min-width: 840px) {
  .temps__travail--2 {
    grid-column: 3/-1;
    grid-row: 2;
  }
}
@media (min-width: 1200px) {
  .temps__travail--2 {
    grid-column: 5/-1;
    grid-row: 2;
  }
}
.temps__travail h3 {
  text-align: center;
}
.temps__travail__dates {
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin: 0 auto;
}
@media (min-width: 840px) {
  .temps__travail__dates {
    width: 100%;
    padding: 0 50px;
  }
}
@media (min-width: 1200px) {
  .temps__travail__dates {
    width: 100%;
    padding: 0 20px;
  }
}
.temps__travail .canva__container {
  max-height: 200px;
  margin: 20px;
}
.temps__travail p {
  color: #c9c8c7;
}

.canva__day {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 59%;
  font-family: "Geist Mono", monospace;
  color: #c9c8c7;
  font-size: 67.4238683128px;
}

.schema__rpl--1 {
  grid-column: 1/-2;
}
@media (min-width: 840px) {
  .schema__rpl--1 {
    grid-column: 1;
    grid-row: 3;
  }
}
@media (min-width: 1200px) {
  .schema__rpl--1 {
    grid-column: 1;
    grid-row: 2;
  }
}
.schema__rpl--2 {
  grid-column: 2/-1;
}
@media (min-width: 840px) {
  .schema__rpl--2 {
    grid-column: 2;
    grid-row: 3;
  }
}
@media (min-width: 1200px) {
  .schema__rpl--2 {
    grid-column: 2;
    grid-row: 2;
  }
}
.schema__rpl__canva {
  height: 200px;
  width: 100%;
}
.schema__rpl__canva path {
  fill: #414141;
  background-color: #f2f0ef;
}
.schema__rpl__canva .MaskPain {
  fill: #f2f0ef;
}

.city--1__rpl {
  color: #c9c8c7;
}

.city--2__rpl {
  color: #c9c8c7;
}

.schema__pain {
  position: relative;
  grid-column: 1/-1;
}
.schema__pain .schema__pain__container {
  max-height: 80px;
  width: 100%;
}
.schema__pain__canva {
  border-radius: 8px;
}
.schema__pain__text {
  display: flex;
  justify-content: space-between;
  font-family: "Geist Mono", monospace;
}
@media (min-width: 840px) {
  .schema__pain {
    grid-column: 1/3;
    grid-row: 4;
  }
}
@media (min-width: 1200px) {
  .schema__pain {
    grid-column: 1/-1;
    grid-row: 3;
  }
}

.schema__pain__nbr {
  width: 96%;
  left: 2%;
  top: 105px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: absolute;
}

.canva__nbr {
  font-weight: 700;
  color: #262524;
  font-size: 50.5679012346px;
  font-family: "Geist Mono", monospace;
}
.canva__nbr2 {
  color: #f2f0ef;
}

.schema__ville {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  grid-column: 1/-1;
}
.schema__ville__text {
  display: flex;
  flex-direction: column;
}
.schema__ville__container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1200px) {
  .schema__ville__container {
    flex-direction: row;
    gap: 24px;
    align-items: flex-end;
  }
}
.schema__ville__canva {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (min-width: 1200px) {
  .schema__ville__canva {
    height: 100%;
  }
}
.schema__ville__canva .schema__ville__img {
  justify-self: center;
}
.schema__ville__canva .schema__ville__img--2 {
  position: absolute;
  justify-self: center;
  align-self: center;
}
.schema__ville__canva .schema__ville__img svg {
  width: 100%;
  height: 100%;
  display: block;
}
.schema__ville__text {
  display: flex;
  justify-content: space-between;
}
.schema__ville__btns {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
@media (min-width: 1200px) {
  .schema__ville__btns {
    order: -1;
  }
}
.schema__ville__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.schema__ville .small {
  color: #c9c8c7;
}
.schema__ville__legendeCouleur {
  margin-bottom: 8px;
  height: 40px;
  aspect-ratio: 1/1;
}
.schema__ville__legendeCouleur--1 {
  background: #414141;
}
.schema__ville__legendeCouleur--2 {
  background: #f2f0ef;
}
@media (min-width: 840px) {
  .schema__ville {
    grid-column: 3/-1;
    grid-row: 3/5;
  }
}
@media (min-width: 1200px) {
  .schema__ville {
    grid-column: 4/-1;
    grid-row: 4/6;
  }
}

.backtotop {
  background-color: #414141;
  border: none;
  font-family: "Geist Mono", monospace;
  grid-column: 1/-1;
  text-align: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 50px;
  transition: all 0.3s ease-in;
}
@media (min-width: 840px) {
  .backtotop {
    grid-row: 5;
  }
}
@media (min-width: 1200px) {
  .backtotop {
    grid-row: 6;
    padding: 16px;
    margin-bottom: 180px;
  }
}
.backtotop:hover {
  background-color: #808080;
}

.footer {
  position: relative;
  grid-column: 1/-1;
  background-color: #414141;
  margin-bottom: 160px;
}
@media (min-width: 840px) {
  .footer {
    grid-row: 6;
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  .footer {
    grid-column: 1/4;
    grid-row: 4;
  }
}
.footer__belgium {
  padding-bottom: 8px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px #f2f0ef solid;
}
.footer .small {
  color: #f2f0ef;
  text-align: right;
}
.footer p {
  font-family: "Geist Mono", monospace;
}

.link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  color: #f2f0ef;
  text-decoration: none;
}
.link svg {
  transform: rotate(-45deg);
  fill: #f2f0ef;
  height: 16px;
  aspect-ratio: 1/1;
  z-index: 0;
  transition: all 0.3s ease-in;
}
.link:hover svg {
  transform: rotate(0deg);
}

.source__toggle {
  background-color: #414141;
  color: #f2f0ef;
  border: none;
  cursor: pointer;
  z-index: 1000;
}

.source__toggle:hover {
  text-decoration: underline;
}

.source__list__container {
  opacity: 0;
  position: absolute;
  z-index: 10;
  background-color: #414141;
  gap: 16px;
  right: 0;
  top: -110px;
}
.source__list__container li {
  pointer-events: none;
}

.source__list {
  display: flex;
  flex-direction: column;
  list-style: none;
  text-decoration: none;
  gap: 16px;
  padding: 0;
}

.source__list__container--active {
  transition: opacity 0.4s;
  opacity: 100%;
}
.source__list__container--active li {
  pointer-events: auto;
}

.source__listel {
  text-decoration: none;
  color: #f2f0ef;
}
.source__listel svg {
  transform: rotate(-45deg);
  fill: #f2f0ef;
  height: 16px;
  aspect-ratio: 1/1;
  z-index: 0;
  transition: all 0.3s ease-in;
}
.source__listel:hover svg {
  transform: rotate(0deg);
}

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