@charset "UTF-8";
@font-face {
  font-family: "crim";
  src: url("../assets/fonts/CrimsonPro-Regular.ttf");
}
@font-face {
  font-family: "larken";
  src: url("../assets/fonts/LarkenDEMO-Regular.otf");
}
@font-face {
  font-family: "league";
  src: url("../assets/fonts/LeagueGothic-Regular.ttf");
}
body {
  font-family: sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #444;
}

.title {
  color: #e41612;
}

*::-moz-selection {
  background: #05152b;
  color: #f6f6f6;
}

*::selection {
  background: #05152b;
  color: #f6f6f6;
}

body {
  background-color: #f6f6f6;
  padding: 0;
  margin: 0;
  overflow-x: hidden !important;
}

.timelineBody {
  background-color: #f6f6f6;
}

body::-webkit-scrollbar {
  width: 12px;
}

body::-webkit-scrollbar-track {
  background: #f6f6f6;
}

body::-webkit-scrollbar-thumb {
  background-color: #05152b;
  border-radius: 20px;
  border: 3px solid #05152b;
}

nav {
  position: fixed;
  background-color: #05152b;
}

.link {
  position: fixed;
  z-index: 15;
  cursor: pointer;
  font-family: crim;
  font-size: 30px;
  color: #f6f6f6;
  margin-left: 20px;
  margin-top: 20px;
}
.link:hover {
  transform: scale(120%);
  transition: 0.3s ease-in-out;
}

.menu-toggle {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 20;
  background: none;
  border: none;
  position: fixed;
  color: #05152b;
  font-size: 36px;
}
.menu-toggle:hover {
  transform: scale(120%);
}

.menu {
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #05152b;
  z-index: 15;
  font-family: crim;
  font-weight: bold;
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.87, 0, 0.13, 1);
}
.menu__el {
  list-style: none;
  margin-bottom: 15px;
}
.menu__el:first-child {
  margin-top: 25%;
}
.menu__link {
  position: relative;
  color: #f6f6f6;
  text-decoration: none;
  font-size: 40px;
  transition: color 0.3s ease-out;
}
.menu__link::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #f6f6f6;
  transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.menu__link:hover::before {
  width: 100%;
}
.menu__logo {
  display: none;
}

.menu__liste {
  padding: 0;
}

.menu--open .menu {
  /* display: block; */
  transform: translateX(0);
  overflow: hidden;
}

.menu--open i {
  color: #f6f6f6;
  transform: rotate(90deg);
  transition: 0.3s ease-in-out;
}

.intro {
  padding-top: 84px;
  margin: auto;
  margin-bottom: 112px;
  width: 95%;
  max-width: 700px;
}
.intro--chiffres {
  margin-bottom: 112px;
}
.intro__title {
  font-family: league;
  font-size: 60px;
  color: #05152b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 28px;
}
.intro__txt {
  font-family: crim;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 14px;
}
.intro__txt--bold {
  font-weight: bold;
}
.intro__txt:nth-of-type(4) {
  margin-bottom: 84px;
}

.mainHome {
  margin: auto;
  margin-bottom: 112px;
  width: 95%;
  max-width: 700px;
}
.mainHome__cta {
  text-decoration: none;
  font-size: 18px;
  font-family: crim;
  text-align: center;
  padding: 10px 20px;
  width: 150px;
  border: 1px solid #05152b;
  border-radius: 15px;
  background-color: #f6f6f6;
  color: #05152b;
  display: flex;
  justify-content: center;
  margin: auto;
}
.mainHome__cta:hover {
  transition: 0.3s ease-in-out;
  cursor: pointer;
  background-color: #05152b;
  color: #f6f6f6;
}

.separate {
  display: flex;
  margin: auto;
  margin-bottom: 112px;
  justify-content: center;
  width: 200px;
}

.pourquoi {
  margin-bottom: 112px;
}
.pourquoi__h2 {
  font-family: league;
  font-size: 40px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 56px;
  color: #05152b;
}
.pourquoi__content {
  margin-bottom: 56px;
}
.pourquoi__content:nth-of-type(5) {
  margin-bottom: 84px;
}
.pourquoi__h3 {
  font-family: crim;
  font-size: 27px;
  margin-top: 0;
  margin-bottom: 0;
  color: #05152b;
}
.pourquoi__txt {
  font-family: crim;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
}

.citation {
  margin-bottom: 112px;
}
.citation__cite, .citation__txt {
  font-family: crim;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
}

.timeline {
  padding-top: 28px;
  margin-bottom: 168px;
  background-color: #f6f6f6;
}
.timeline__embed {
  width: 90%;
  max-width: 100vw;
  min-height: 80vh;
  margin: 2rem auto;
  border: none !important;
}

.tl {
  background-color: #f6f6f6;
}
.tl-message-container {
  background-color: #f6f6f6;
}
.tl-slide {
  background-color: #f6f6f6;
}
.tl-attribution {
  display: none;
}
.tl-storyslider {
  min-height: 600px;
}
.tl-caption {
  font-family: crim !important;
  font-size: 14px !important;
}
.tl-text-content {
  font-size: 18px !important;
  font-family: crim !important;
}
.tl-text-headline-container h2 {
  font-size: 40px !important;
  margin-bottom: 28px !important;
}
.tl-slidenav-title {
  color: #3e3e3e !important;
  opacity: 0.5 !important;
}

.mainChiffres,
.mainResist {
  margin: auto;
  margin-bottom: 112px;
  width: 95%;
  max-width: 700px;
}

.chiffres__h2,
.resist__h2 {
  font-family: crim;
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 84px;
  color: #05152b;
  text-align: center;
}
.chiffres__h3,
.resist__h3 {
  font-family: crim;
  font-size: 27px;
  margin-top: 0;
  margin-bottom: 0;
  color: #05152b;
}
.chiffres__txt,
.resist__txt {
  font-family: crim;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
}
.chiffres__container,
.resist__container {
  margin-bottom: 112px;
}
.chiffres__content,
.resist__content {
  margin-bottom: 56px;
}
.chiffres__list,
.resist__list {
  font-family: crim;
  font-size: 18px;
}
.chiffres__italic,
.resist__italic {
  font-style: italic;
}

.footer {
  background-color: #05152b;
  width: 100vw;
  overflow-x: hidden;
  text-align: center;
  margin-bottom: 0;
  padding: 2rem 0;
  padding-top: 30px;
  position: relative;
}
.footer__contact {
  list-style: none;
  text-decoration: none;
  text-align: center;
  padding-left: 0;
}
.footer__link, .footer__year {
  color: #f6f6f6;
  text-decoration: none;
  font-size: 18px;
}
.footer__link:hover, .footer__year:hover {
  transition: 0.2s ease-out;
  color: #cec79f;
}
.footer__link:hover .footer__link, .footer__year:hover .footer__link {
  transition: 0.2s ease-out;
  color: #cec79f;
}
.footer .social {
  text-align: center;
  z-index: 50000 !important;
}
.footer .social__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  background: transparent;
  border: 0.1rem solid #f6f6f6;
  border-radius: 50%;
  box-shadow: 0 0.2rem 0.5rem #f6f6f6;
  font-size: 18px;
  color: #f6f6f6;
  margin: 1rem 0.75rem 1rem;
  transition: 0.5s ease;
  text-decoration: none;
}
.footer .social__link:hover {
  background: transparent;
  color: #cec79f;
  border-color: #cec79f;
  transform: scale(1.1);
}

.liste {
  font-size: 20px;
  font-family: crim;
  display: none;
  transition: max-height 3s ease-in-out;
}

.liste.active {
  display: block;
  height: auto;
}

.credits {
  padding: 50px;
  padding-top: 84px;
  width: 80%;
  margin: auto;
  z-index: 15;
}
.credits__span {
  font-family: crim;
}
.credits__body {
  margin: 0;
  padding: 0;
  color: #181818;
}
.credits__title {
  font-size: 68px;
  font-family: league;
  margin: 0;
  margin-bottom: 64px;
}
.credits__subtitle {
  font-size: 45px;
  font-family: league;
  margin: 0;
  margin-bottom: 32px;
}
.credits__subtitle:first-of-type {
  margin-top: 64px;
}
.credits__text {
  font-size: 20px;
  font-family: crim;
  line-height: 1.6;
}
.credits__edit {
  margin-bottom: 128px;
}
.credits__list {
  list-style: none;
  font-family: crim;
}
.credits__el:before {
  content: "– ";
  /* Tiret long suivi d’un espace */
  color: black;
  /* Couleur du tiret */
}
.credits__link {
  text-decoration: none;
  font-size: 18px;
  font-family: crim;
  text-align: center;
  padding: 10px 20px;
  width: 150px;
  border: 1px solid #05152b;
  border-radius: 15px;
  background-color: #f6f6f6;
  color: #05152b;
  display: flex;
  justify-content: center;
  margin: auto;
}
.credits__link:hover {
  transition: 0.3s ease-in-out;
  cursor: pointer;
  background-color: #05152b;
  color: #f6f6f6;
}
.credits__link--left {
  margin: 0;
}

@media screen and (min-width: 651px) {
  .tl-slide-content {
    direction: ltr !important;
  }
  .tl-storyslider {
    min-height: 400px;
  }

  .tl-slide .tl-slide-content-container {
    display: block;
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .menu-toggle {
    display: none;
  }

  .menu {
    position: fixed;
    display: flex;
    align-items: center;
    background: transparent;
    transform: none;
    height: 120px;
    width: 100%;
    background: #05152b;
  }
  .menu__liste {
    display: flex;
    margin: 0;
    padding-right: 50px;
    list-style: none;
    justify-content: flex-end;
    width: 100%;
  }
  .menu__el {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #f6f6f6;
  }
  .menu__el:first-child {
    margin-top: 0;
  }
  .menu__link {
    font-size: 24px;
    margin: auto 15px;
    color: #f6f6f6 !important;
  }
  .menu__link:hover {
    color: #b1b1b1;
  }
  .menu__link::before {
    background-color: #f6f6f6;
  }
  .menu__logo {
    display: flex;
    padding-left: 50px;
    width: 120px;
    justify-content: flex-start;
    align-items: center;
  }

  .link {
    z-index: 50;
  }

  .mainHome__cta {
    font-size: 24px;
    width: 200px;
  }

  .mainHome p, .mainHome ul,
.mainChiffres p,
.mainChiffres ul,
.mainResist p,
.mainResist ul,
.credits p,
.credits ul {
    font-size: 24px;
  }

  .intro {
    margin-bottom: 304px;
    padding-top: 152px;
  }
  .intro__title {
    font-size: 81px;
  }
  .intro__txt {
    font-size: 24px;
    margin-bottom: 18px;
  }
  .intro__txt:nth-of-type(4) {
    margin-bottom: 76px;
  }

  .separate {
    margin-bottom: 304px;
    width: 300px;
  }
  .separate--cita {
    margin-bottom: 152px;
  }

  .pourquoi {
    margin-bottom: 304px;
  }
  .pourquoi__h2 {
    font-size: 54px;
    margin-bottom: 38px;
  }
  .pourquoi__h3 {
    font-size: 36px;
  }
  .pourquoi__txt {
    font-size: 24px;
  }
  .pourquoi__content {
    margin-bottom: 76px;
  }
  .pourquoi__content:nth-of-type(5) {
    margin-bottom: 112px;
  }

  .citation {
    margin-bottom: 152px;
  }
  .citation__cite, .citation__txt {
    font-size: 24px;
  }

  .chiffres__content,
.resist__content {
    margin-bottom: 84px;
  }

  .timeline {
    padding-top: 152px;
  }

  .tl-slide {
    margin: auto !important;
    display: flex;
    justify-content: center;
  }
  .tl-slidenav-next {
    padding-right: 10px !important;
  }
  .tl-slide-content {
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100%;
    margin: auto !important;
    justify-content: center !important;
    display: flex !important;
    align-items: center !important;
  }
  .tl-slide-content-container {
    width: 80% !important;
    display: flex !important;
    margin: auto 10% !important;
    justify-content: center !important;
  }

  .credits {
    padding-top: 152px;
  }
}

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