@charset "UTF-8";
.absolute-img {
  position: absolute;
  z-index: -1;
  left: 0;
  top: var(--img-top);
  pointer-events: none;
  height: var(--img-height);
  width: var(--img-width);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute-svg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: var(--img-top);
  pointer-events: none;
  width: 100%;
}

.svg-def {
  position: absolute;
  height: 0;
  visibility: hidden;
}

html {
  overflow-x: hidden;
}

body {
  min-height: calc(var(--full-width) * 23.3388888889);
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url("../public/backgrounds/mobile/notre-univers.jpg");
  background-size: cover;
}
@media (min-width: 415px) {
  body {
    min-height: 8168px;
  }
}
@media (min-width: 1440px) {
  body {
    min-height: calc(var(--full-width) * 5.6722222222);
  }
}
@media (min-width: 415px) {
  body {
    background-image: url("../public/backgrounds/desktop/notre-univers.jpg");
  }
}
@media (min-width: 415px) {
  body {
    background-size: auto;
  }
}
@media (min-width: 576px) {
  body {
    background-size: auto;
  }
}
@media (min-width: 768px) {
  body {
    background-size: auto;
  }
}
@media (min-width: 1024px) {
  body {
    background-size: auto;
  }
}
@media (min-width: 1440px) {
  body {
    background-size: cover;
  }
}

main {
  min-height: calc(var(--full-width) * 23.3388888889);
}
@media (min-width: 415px) {
  main {
    min-height: 8168px;
  }
}
@media (min-width: 1440px) {
  main {
    min-height: calc(var(--full-width) * 5.6722222222);
  }
}

#footer-go-up {
  margin-top: -86px;
}
@media (min-width: 415px) {
  #footer-go-up {
    color: #fff;
  }
  #footer-go-up path {
    stroke: #fff;
  }
}

.main-content > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main-content p {
  margin-bottom: 0;
}
.main-content h2 {
  margin-bottom: 32px;
}
.main-content .p {
  margin-bottom: 1em;
}

#nu-s1 {
  height: 439.1666666667vw;
}
@media (min-width: 415px) {
  #nu-s1 {
    height: 1719px;
  }
}
@media (min-width: 1440px) {
  #nu-s1 {
    height: 119.375vw;
  }
}

#nu-s2 {
  height: 389.4444444444vw;
}
@media (min-width: 415px) {
  #nu-s2 {
    height: 1445px;
  }
}
@media (min-width: 1440px) {
  #nu-s2 {
    height: 100.3472222222vw;
  }
}

#nu-s3 {
  height: 605.2777777778vw;
}
@media (min-width: 415px) {
  #nu-s3 {
    height: 2009px;
  }
}
@media (min-width: 1440px) {
  #nu-s3 {
    height: 139.5138888889vw;
  }
}

#nu-s4 {
  height: 183.3333333333vw;
}
@media (min-width: 415px) {
  #nu-s4 {
    height: 486px;
  }
}
@media (min-width: 1440px) {
  #nu-s4 {
    height: 33.75vw;
  }
}

#nu-s5 {
  height: 716.6666666667vw;
}
@media (min-width: 415px) {
  #nu-s5 {
    height: 2509px;
  }
}
@media (min-width: 1440px) {
  #nu-s5 {
    height: 174.2361111111vw;
  }
}

#nu-s1 {
  padding-top: 72.5vw;
  padding-bottom: 32.2222222222vw;
}
@media (min-width: 415px) {
  #nu-s1 {
    padding-top: 493px;
  }
}
@media (min-width: 1440px) {
  #nu-s1 {
    padding-top: 34.2361111111vw;
  }
}
@media (min-width: 415px) {
  #nu-s1 {
    padding-bottom: 0;
  }
}

#nu-s2 {
  padding-bottom: 22.2222222222vw;
}
@media (min-width: 415px) and (max-width: 1023.98px) {
  #nu-s2 {
    padding-top: 150px;
  }
}
@media (min-width: 415px) and (max-width: 767.98px) {
  #nu-s2 .animated-figure {
    position: relative;
    top: 100px;
  }
}
@media (min-width: 415px) {
  #nu-s2 {
    padding-bottom: 223px;
  }
}
@media (min-width: 1440px) {
  #nu-s2 {
    padding-bottom: 15.4861111111vw;
  }
}

#nu-s3 {
  padding-bottom: 72.2222222222vw;
}
@media (min-width: 415px) {
  #nu-s3 {
    padding-bottom: 120px;
  }
}
@media (min-width: 1440px) {
  #nu-s3 {
    padding-bottom: 8.3333333333vw;
  }
}

#nu-s4 {
  padding-bottom: 44.4444444444vw;
}
@media (min-width: 415px) {
  #nu-s4 {
    padding-bottom: 100px;
  }
}
@media (min-width: 1440px) {
  #nu-s4 {
    padding-bottom: 6.9444444444vw;
  }
}

#nu-s5 {
  padding-bottom: 40.2777777778vw;
}
@media (min-width: 415px) {
  #nu-s5 {
    padding-bottom: 230px;
  }
}
@media (min-width: 1440px) {
  #nu-s5 {
    padding-bottom: 15.9722222222vw;
  }
}

#nu-s1 #nu-intro {
  min-width: 283px;
  max-width: 557px;
}
#nu-s1 #nu-intro .text-emphasis {
  font-size: 25px;
  line-height: 1.5384615385;
}
@media (min-width: 1024px) {
  #nu-s1 #nu-intro .text-emphasis {
    display: block;
    font-family: inherit;
    font-style: italic;
    font-weight: 500;
    font-size: 35px;
    line-height: 1.3;
  }
}
#nu-s1 #nu-rotated {
  margin-top: 93px;
  position: relative;
  padding: 0 25px;
  font-family: "Playfair Display";
  font-size: 32px;
  font-weight: 700;
  line-height: 1.46875;
  text-align: right;
}
@media (max-width: 767.98px) {
  #nu-s1 #nu-rotated {
    width: var(--full-width);
    position: relative;
    left: calc(var(--left) * -1);
  }
}
@media (min-width: 576px) {
  #nu-s1 #nu-rotated {
    display: flex;
    justify-content: center;
    height: 100%;
    max-height: 615px;
    font-size: 40px;
    line-height: 1.333;
    text-align: left;
  }
  #nu-s1 #nu-rotated p {
    transform: rotate(90deg) translateX(100%);
    transform-origin: top right;
    max-height: 100%;
    width: 100%;
    max-width: 615px;
  }
}
@media (min-width: 768px) {
  #nu-s1 #nu-rotated {
    justify-content: flex-end;
  }
  #nu-s1 #nu-rotated p {
    position: relative;
    bottom: -5vw;
    right: -5vw;
  }
}

#nu-transition-h2 {
  min-width: 274px;
  max-width: 378px;
}

#nu-transition-p {
  max-width: 452px;
  margin-bottom: 50px;
}

#nu-s2 .animated-figure {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 414.98px) {
  #nu-s2 .animated-figure {
    margin-left: 15px;
  }
}
#nu-s2 .animated-figure blockquote {
  max-width: 300px;
}
@media (min-width: 1024px) {
  #nu-s2 .animated-figure blockquote {
    max-width: 663px;
  }
}
#nu-s2 .animated-figure figcaption {
  margin-top: 20px;
}
@media (min-width: 415px) {
  #nu-s2 .animated-figure {
    margin-top: -135px;
  }
  #nu-s2 .animated-figure figcaption {
    margin-top: 42px;
  }
}
@media (min-width: 1024px) {
  #nu-s2 .animated-figure blockquote {
    max-width: 663px;
  }
}
@media (max-width: 575.98px) {
  #nu-s2 .animated-figure {
    width: calc(100% + var(--left));
  }
}

#nu-avenir {
  margin-top: 144px;
}
@media (min-width: 415px) {
  #nu-avenir {
    margin-top: 153px;
  }
}
@media (max-width: 575.98px) {
  #nu-avenir .motion-line-container {
    left: -55px;
  }
}

#nu-avenir-p {
  max-width: 452px;
  margin-bottom: 32px;
}
@media (min-width: 415px) {
  #nu-avenir-p {
    margin-bottom: 34px;
  }
}

#nu-pessimisme {
  margin-top: 70px;
  max-width: 295px;
  margin-left: auto;
}
#nu-pessimisme figcaption {
  margin-top: 20px;
}
#nu-pessimisme blockquote::before {
  color: #FFF5E9;
}
@media (min-width: 415px) {
  #nu-pessimisme {
    margin-top: 110px;
  }
  #nu-pessimisme figcaption {
    margin-top: 42px;
  }
}
@media (min-width: 1024px) {
  #nu-pessimisme {
    max-width: 490px;
  }
}

#nu-convaincus h2 {
  margin-top: 159px;
}
@media (min-width: 415px) {
  #nu-convaincus h2 {
    margin-top: 82px;
  }
}
#nu-convaincus div {
  max-width: 449px;
}

#nu-agir h2 {
  margin-top: 80px;
  max-width: 446px;
}
@media (min-width: 415px) {
  #nu-agir h2 {
    margin-top: 120px;
  }
}
#nu-agir p {
  max-width: 373px;
}

#nu-s4 p {
  margin-bottom: 32px;
  max-width: 462px;
}
@media (min-width: 576px) {
  #nu-s4 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  #nu-s4 p {
    margin-bottom: 84px;
  }
}
@media (max-width: 575.98px) {
  #nu-s4 .motion-line-container {
    left: -45px;
  }
}

@media (min-width: 415px) {
  .text-bgxs-white {
    color: #fff;
    text-shadow: 2px 2px 15px #272727;
  }
}
#nu-s5 h2 {
  max-width: 409px;
}
#nu-s5 .nu-s5-p1 {
  max-width: 438px;
}
#nu-s5 #slider-pepites {
  margin-top: 36px;
  margin-bottom: 70px;
}
@media (min-width: 415px) {
  #nu-s5 #slider-pepites {
    margin-top: 57px;
    margin-bottom: 0;
  }
}
#nu-s5 .nu-s5-p2 {
  max-width: 410px;
}
@media (max-width: 575.98px) {
  #nu-s5 #nu-ml1 .motion-line-container {
    left: -80px;
  }
}
#nu-s5 .motion-line {
  margin-top: 31.5px;
}
@media (min-width: 415px) {
  #nu-s5 .motion-line {
    margin-top: 48px;
  }
}
#nu-s5 #nu-hightlight {
  margin-top: 80px;
  margin-bottom: 60px;
  max-width: 282px;
  margin-left: auto;
}
@media (min-width: 415px) {
  #nu-s5 #nu-hightlight {
    margin-top: 125px;
    margin-bottom: 70px;
  }
}
@media (min-width: 1024px) {
  #nu-s5 #nu-hightlight {
    max-width: 1008px;
  }
}
@media (max-width: 575.98px) {
  #nu-s5 #nu-hightlight {
    width: calc(100% + var(--left));
  }
}
#nu-s5 #nu-construire {
  max-width: 280px;
}
@media (min-width: 1024px) {
  #nu-s5 #nu-construire {
    max-width: 420px;
  }
}
#nu-s5 #nu-ml2 {
  margin-top: 32px;
}
@media (min-width: 415px) {
  #nu-s5 #nu-ml2 {
    margin-top: 48px;
  }
}

.div-img-wrapper {
  position: relative;
  width: 100%;
}

#nu-spider {
  position: absolute;
  z-index: -1;
  background-image: url("../images/araignée.svg");
  top: -70px;
  left: -120px;
  width: 260px;
  height: 177px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 1024px) {
  #nu-spider {
    top: -250px;
    left: -150px;
    width: 469px;
    height: 317px;
  }
}

.text-reverse {
  display: inline-block;
}
.text-reverse:not(:hover):not(.focus) {
  position: relative;
  top: 0.15em;
  transform: rotate(180deg);
}

#cloud-top-anim {
  background-image: url("../public/partials/desktop/notre-univers-cloud-top.png");
}

#cloud-train-anim {
  background-image: url("../public/partials/desktop/notre-univers-cloud-train.png");
}

#cloud-pont-anim {
  background-image: url("../public/partials/desktop/notre-univers-cloud-pont.png");
  -webkit-mask-image: linear-gradient(156.6deg, transparent 15%, #000 30%);
          mask-image: linear-gradient(156.6deg, transparent 15%, #000 30%);
}

#cloud-desert-anim {
  background-image: url("../public/partials/desktop/notre-univers-cloud-desert.png");
  -webkit-mask-image: linear-gradient(156.6deg, transparent 20%, #000 30%);
          mask-image: linear-gradient(156.6deg, transparent 20%, #000 30%);
}

#cloud-pont,
#cloud-desert {
  margin-bottom: -86px;
}

#train-anim {
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url("../public/partials/mobile/notre-univers-train.png");
  background-size: cover;
  -webkit-mask-image: linear-gradient(to bottom, #000 85%, transparent);
          mask-image: linear-gradient(to bottom, #000 85%, transparent);
}
@media (min-width: 415px) {
  #train-anim {
    background-image: url("../public/partials/desktop/notre-univers-train.png");
  }
}
@media (min-width: 415px) {
  #train-anim {
    background-size: auto;
  }
}
@media (min-width: 576px) {
  #train-anim {
    background-size: auto;
  }
}
@media (min-width: 768px) {
  #train-anim {
    background-size: auto;
  }
}
@media (min-width: 1024px) {
  #train-anim {
    background-size: auto;
  }
}
@media (min-width: 1440px) {
  #train-anim {
    background-size: cover;
  }
}

#slider-texts .card {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  #slider-texts .card {
    justify-content: space-between;
    padding-bottom: 35px;
  }
}
#slider-texts .card:not(:last-of-type) {
  margin-right: 50px;
}
@media (min-width: 1024px) {
  #slider-texts .card:not(:last-of-type) {
    margin-right: 150px;
  }
}
#slider-texts p {
  width: var(--width);
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #slider-texts p {
    max-width: 450px;
  }
}
#slider-texts .text-big {
  z-index: -1;
  opacity: 0.7;
  align-self: flex-end;
  margin-top: -35px;
  padding-right: 4px;
}
@media (min-width: 1024px) {
  #slider-texts .text-big {
    padding-left: 100px;
    padding-right: 8px;
  }
}

#slider-pepites .slider-container {
  filter: drop-shadow(10px 10px 15px rgba(44, 40, 37, 0.3));
}

.card-pepite {
  position: relative;
  width: 220px;
  height: 345px;
  color: #272727;
  filter: grayscale(1);
}
.card-pepite:hover {
  filter: none;
}
.card-pepite:not(:last-of-type) {
  margin-right: 12px;
}
.card-pepite-img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.card-pepite-type {
  display: inline-block;
  width: 100%;
  transform-origin: top left;
  transform: rotate(-90deg) translate(-100%, 0);
  margin-top: 15px;
  margin-left: 10px;
  font-size: 14px;
  line-height: 1.2;
  text-align: right;
  text-transform: uppercase;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}
.card-pepite-title {
  position: absolute;
  bottom: 6px;
  left: 0;
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 44px;
  line-height: 1;
  text-shadow: 0 8px 20px rgba(88, 88, 88, 0.25);
}
.card-pepite-title, .card-pepite-title:hover {
  text-decoration: none;
  color: #F5A26C;
}
@media (min-width: 1024px) {
  .card-pepite {
    width: 350px;
    height: 550px;
  }
  .card-pepite:not(:last-of-type) {
    margin-right: 20px;
  }
  .card-pepite-type {
    margin-top: 24px;
    margin-left: 16px;
    font-size: 16px;
    line-height: 1.1875;
  }
  .card-pepite-title {
    font-size: 70px;
  }
}

.modal-pepite {
  text-align: right;
}
.modal-pepite #modal-content {
  min-height: 100%;
  min-width: 100%;
}
.modal-pepite-title-wrapper {
  display: flex;
  flex-direction: column;
}
.modal-pepite h1 {
  order: 2;
}
@media (max-width: 1023.98px) {
  .modal-pepite h1 {
    margin: 6px 0 20px;
  }
}
.modal-pepite-type {
  margin-top: 14px;
  text-transform: uppercase;
  text-shadow: 0 4px 20px #000;
}
.modal-pepite-content {
  font-size: 14px;
  min-height: 100%;
}
.modal-pepite-content p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .modal-pepite-content {
    font-size: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1250px) {
  .modal-pepite-title-container {
    margin-right: 5vw;
  }
}
@media (min-width: 1024px) {
  .modal-pepite {
    text-align: left;
  }
  .modal-pepite #modal-content {
    display: flex;
    justify-content: center;
  }
  .modal-pepite-title-container {
    display: flex;
    width: 25vw;
  }
}
@media (min-width: 1024px) and (min-width: 1440px) {
  .modal-pepite-title-container {
    width: 20vw;
  }
}
@media (min-width: 1024px) {
  .modal-pepite-title-wrapper {
    transform: rotate(-90deg) translateX(-100%);
    transform-origin: top left;
    text-align: right;
    padding-left: 80px;
    pointer-events: none;
  }
  .modal-pepite h1 {
    order: unset;
    margin: 0;
    white-space: nowrap;
  }
  .modal-pepite-content {
    max-width: 550px;
  }
}
