@charset "UTF-8";
.wrap {
  position: fixed;
  top: 2.2em;
  right: 1em;
  z-index: 2;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0);
  z-index: 3;
}

button {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  border: none;
  background-color: rgba(0, 0, 0, 0);
}

button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.3);
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
  height: 100%;
  border-radius: 100%;
  transition: all .25s ease-in-out;
  background-color: rgba(103, 22, 95, 0.4);
  transform: translate(-50%, -50%) scale(1);
}

button:focus {
  outline: none;
}

button:focus {
  cursor: pointer;
}

button.open svg circle {
  stroke-dashoffset: 0;
  transition-delay: .5s;
  z-index: 3;
}

button.open .ham {
  transform: translate(-50%, -50%) rotate(90deg);
  transition-delay: 0s;
}

button.open .ham .top {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: transform .5s ease-in-out;
}

button.open .ham .bottom {
  bottom: 50%;
  transform: translateY(50%) rotate(135deg);
  transition: transform .5s ease-in-out;
}

button.open .ham .middle {
  left: -50%;
  width: 0;
  transition-delay: 0s;
}

.hamburger {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(270deg);
  width: 50px;
  height: 50px;
}

.hamburger circle {
  stroke-width: 2;
  stroke: #fff;
  fill: none;
  stroke-dasharray: 150;
  stroke-dashoffset: 150;
  stroke-linecap: round;
  transition: all 1.1s cubic-bezier(0.8, 0, 0.2, 1);
}

.ham {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0);
  transition: all .5s ease-in-out;
  transition-delay: 1.1s;
}

.ham .top,
.ham .bottom {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: white;
  border-radius: 1px;
}

.ham .top {
  top: 3px;
  transition: all .5s ease-in-out;
  transition-delay: 0s;
}

.ham .bottom {
  bottom: 3px;
  transition: all .5s ease-in-out;
  transition-delay: 0s;
}

.ham .middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background-color: white;
  border-radius: 1px;
  transition: all .5s ease-in-out;
  transition-delay: 1.1s;
}

.menu_open {
  background-color: #67165F;
  opacity: 0.878;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.menu_open {
  transform: translateY(-52em);
  transition: all 0.5s ease-in;
}

.nav--open .menu_open {
  transform: translateY(0em);
  transition: all 0.5s ease-in;
}

.nav__el {
  text-align: center;
  font-size: 30px;
  margin-top: 1em;
}

.nav__el:first-child {
  margin-top: 4em;
}

.nav__el a {
  font-family: 'Abril Fatface', cursive;
  font-weight: lighter;
  color: #fff;
  width: 30%;
  position: relative;
}

.nav__el a:hover {
  color: #DEA1C7;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.nav__el a:hover:after {
  width: 100%;
  transform: scale(1);
}

.nav__el a:after {
  content: "";
  position: absolute;
  margin: 0 auto;
  border-radius: 10px;
  height: 2px;
  width: 0%;
  background-color: #fff;
  left: 0;
  bottom: -10px;
  transition: transform .3s;
  transform: scaleX(0);
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #67165F;
  font-weight: 400;
  text-decoration: none;
  transition: all ease;
}

a:hover {
  color: #c6426e;
}

a.footer--link,
.footer__el a {
  color: #fff;
}

a.footer--link:hover,
.footer__el a:hover {
  color: #67165F;
}

.link--work {
  color: #c6426e;
}

.link--work:hover {
  color: #DEA1C7;
}

.link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.link__el {
  font-size: 20px;
  margin: 0 auto;
  display: block;
  margin-right: 2em;
}

.btn {
  background-color: #67165F;
  border-radius: 33px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  padding: 0.5em 0.5em;
  display: block;
  margin: auto;
  width: 67%;
}

.btn:hover {
  background-color: #DEA1C7;
  color: #67165F;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.chapterNext {
  background: #67165F;
  color: #fff;
  display: block;
  margin: 0 auto;
  width: 20em;
  height: 8em;
  margin-bottom: 2em;
  margin-top: -2em;
}

.chapterNext span {
  font-size: 20px;
  padding: 1em 1em 0 1em;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.chapterNext p {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  margin-top: 0.5em;
}

.chapterNext:hover {
  background-color: #DEA1C7;
  color: #67165F;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.bg--btn {
  background-color: #67165F;
  color: #fff;
  display: block;
  margin: 0 auto;
  padding: 1.5em 1em 1em 1em;
}

.bg--btn:hover {
  background: #c6426e;
  background: linear-gradient(0deg, #c6426e 15%, #642b73 100%);
  color: #fff;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*.bg--btn2 {
        background-color: #fff;
        color: #67165F;
        padding-top: 1.5em;
        padding-bottom: 1.5em;
        display: block;
        margin: 0 auto;
        padding: 1.5em 1em 1em 1em;
        &:hover {
            background-color: #67165F;
            color: #fff;
            transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
        }
    }
    
    .bg--btn3 {
        padding: 1em;
    }
    
    .bg--btn4 {
        //big btn
        background-color: #67165F;
        color: #fff;
        display: block;
        margin: 0 auto;
        padding: 1.5em 1em 1em 1em;
    }
    
    .bg--btn5 {
        padding: 0;
        background-color: rgba(103, 22, 95, 0.38);
    }
    */
.svg {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.svg__el {
  margin: 0 auto;
  margin-bottom: 3em;
}

.circle {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.percent {
  font-size: 20px;
  position: absolute;
  display: block;
  margin: 0 auto;
  top: 1em;
  left: 48%;
}

.percentage {
  font-size: 60px;
  position: absolute;
  display: block;
  margin: 0 auto;
  top: 0.7em;
  left: 36%;
}

.cent {
  left: 30%;
}

.txt--percent {
  position: absolute;
  display: block;
  width: 84%;
  margin: 0 auto;
  left: 1em;
  top: 10em;
  font-size: 14px;
}

.col--help {
  width: 90%;
  margin: 0 auto;
}

.help {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  display: block;
  text-align: center;
}

.help__el {
  margin: 0 auto;
  width: 80%;
  height: 15em;
  margin-top: 2em;
  padding: 1em 0.5em;
  background-color: red;
}

.help__el a {
  color: #fff;
  font-size: 15px;
}

.help__el p {
  width: 90%;
  margin: 0 auto;
}

.help__el:last-child {
  margin-bottom: 3em;
}

.first {
  background: #000908;
  background: linear-gradient(0deg, #000908 15%, #099188 100%);
}

.second {
  background: #000908;
  background: linear-gradient(0deg, #000908 15%, #1e5ac8 100%);
}

.third {
  background: #000908;
  background: linear-gradient(0deg, #000908 15%, #f21010 100%);
}

.fourth {
  background: #000908;
  background: linear-gradient(0deg, #000908 15%, #ed6511 100%);
}

.credits,
.sources {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  display: block;
  text-align: center;
}

.credits__el,
.sources__el {
  margin-top: 1em;
}

.credits__el:last-child,
.sources__el:last-child {
  margin-bottom: 2em;
}

.footer__el {
  display: inline-block;
  margin: 8px;
}

@media (max-width: 320px) {
  .chapterNext {
    width: 16em;
    height: 8em;
    margin-bottom: 2em;
  }
  .chapterNext p {
    font-size: 18px;
  }
}

@media (min-width: 600px) {
  .circle-4 {
    width: 80%;
    margin-left: 2em;
  }
  .percentage {
    top: 0.9em;
  }
  .col--circle {
    width: 70%;
    transform: translate(2em, 1em);
  }
}

@media (min-width: 700px) {
  .menu_open {
    transform: translateY(-100em);
  }
  .nav__el {
    font-size: 45px;
    margin-top: 0.3em;
  }
  .nav__el:first-child {
    margin-top: 2.5em;
  }
  .btn {
    width: 27%;
    padding: 0.7em 0.7em;
  }
}

@media (min-width: 800px) {
  .svg__el {
    width: 50%;
  }
  .circle-4 {
    width: 50%;
    margin-left: 8em;
  }
  .quatrevingt {
    top: 0.9em;
    left: 43%;
  }
  .col--circle2 {
    width: 32%;
    transform: translate(11em, 1em);
  }
  .chapterNext {
    height: 7em;
  }
}

@media (min-width: 850px) {
  .wrap {
    right: 2em;
  }
}

@media (min-width: 900px) {
  .help {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .help__el {
    width: 30%;
    margin-right: 1.5em;
  }
  .col--circle2 {
    transform: translate(13em, 1em);
  }
  .credits {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .sources {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sources__el {
    margin-right: 2em;
  }
}

@media (min-width: 1150px) {
  .svg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .svg__el {
    margin-right: 0;
  }
  .help__el {
    margin-top: -1em;
  }
  .help__el:first-child {
    margin-left: 1em;
  }
  .help__el:last-child {
    margin-right: -2em;
  }
  .circle {
    width: 100%;
    margin-left: 0;
  }
  .circle-4 {
    width: 35%;
    margin-left: 17em;
  }
  .percent--2 {
    left: 49%;
  }
  .quatrevingt {
    left: 46%;
  }
  .col--circle2 {
    transform: translate(22em, 1em);
  }
  .col--help {
    width: 100%;
    margin: 0 auto;
  }
  .first:hover {
    background: url(../assets/images/help1.png) no-repeat;
    background-size: cover;
    transition: all 10s;
  }
  .second:hover {
    background: url(../assets/images/help2.png) no-repeat;
    background-size: cover;
    transition: all 10s;
  }
  .troisieme:hover {
    background: url(../assets/images/help3.png) no-repeat;
    background-size: cover;
    transition: all 10s;
  }
  .third:hover {
    background: url(../assets/images/help4.png) no-repeat;
    background-size: cover;
  }
  .fourth:hover {
    background: url(../assets/images/help5.png) no-repeat;
    background-size: cover;
    transition: all 10s;
  }
}

@media (max-height: 500px) {
  .nav__el {
    font-size: 35px;
  }
}

@media (min-height: 1000px) {
  .col--help {
    width: 70%;
    margin: 0 auto;
  }
}

html {
  height: 100%;
}

body {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #67165F;
  margin: 0 auto;
  line-height: 1.7;
}

.container {
  margin: 0 auto;
  position: relative;
  max-width: 1280px;
  width: 85%;
}

.logo {
  position: absolute;
  width: 3em;
  top: 0;
  margin-top: -1.2em;
  z-index: 4;
  cursor: pointer;
  font-weight: 800;
  font-size: 40px;
}

.logo.h2 {
  font-size: 30px;
}

.logo h2 .s {
  font-family: 'Abril Fatface', cursive;
  visibility: visible;
  opacity: 1;
  left: 0px;
  font-size: 40px;
  text-transform: uppercase;
}

.logo h2 .out {
  text-transform: uppercase;
}

/*.logo h2 .O {
    visibility: visible;
    opacity: 1;
    text-transform: uppercase;
    left: -48px;
    font-size: 35px;
}*/
.logo h2 span {
  font-family: 'Abril Fatface', cursive;
  visibility: hidden;
  opacity: 0;
  position: relative;
  left: -62px;
  text-transform: lowercase;
  font-size: 20px;
  transition: 0.5s 0.035s cubic-bezier(0.1, 0.93, 0.53, 0.99);
}

.logo h2:hover span,
.logo h2:focus span,
.logo h2:active span {
  opacity: 1;
  visibility: visible;
  left: 0;
  transition: 0.5s cubic-bezier(0.1, 0.93, 0.53, 0.99);
}

/* .jourbleu h1:hover .jourbleu--delay, .jourbleu h1:focus .jourbleu--delay, .jourbleu h1:active .jourbleu--delay {
    transition: 0.5s 0.035s cubic-bezier(0.1, 0.93, 0.53, 0.99); }*/
.endChapter {
  margin-bottom: 4em;
}

.title {
  font-family: 'Abril Fatface', cursive;
  font-size: 50px;
  text-align: center;
  margin-top: 4.5em;
  color: #DEA1C7;
}

.title::before {
  content: "#";
  font-family: 'Raleway', sans-serif;
  font-size: 3em;
  position: absolute;
  top: -0.7em;
  left: 0em;
  opacity: 0.6;
  color: #67165F;
  z-index: -1;
}

.title--big {
  font-family: 'Abril Fatface', cursive;
  font-size: 40px;
  margin-bottom: 0;
}

.title--small {
  text-align: center;
  color: #fff;
  font-weight: 200;
  font-size: 15px;
  margin-bottom: 3em;
}

.number--chapter {
  font-family: 'Abril Fatface', cursive;
  font-size: 40px;
  color: #fff;
  padding-top: 4.9em;
  margin-left: 3em;
  margin-top: 0;
  position: relative;
}

.number:before {
  font-family: 'Abril Fatface', cursive;
  content: "01";
  font-size: 9em;
  position: absolute;
  top: 0.5em;
  left: 0.1em;
  color: #67165F;
}

.number__2:before {
  content: "02";
}

.number__3:before {
  content: "03";
}

.title--sound {
  font-size: 20px;
  color: #fff;
  padding-top: 2em;
  padding-bottom: 1em;
}

.title--end {
  margin-top: 0em;
  font-size: 30px;
  padding-top: 8em;
}

.title--help {
  color: #fff;
  font-size: 23px;
}

.sm--txt {
  font-size: 12px;
  width: 62%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2em;
}

.sm--txt2 {
  /*float: right;*/
  color: #B5106A;
  text-align: left;
  margin-bottom: 5em;
  font-size: 12px;
}

.tdah {
  margin-top: -1em;
}

.bg--txt {
  font-size: 20px;
  margin-bottom: 0;
}

.parole {
  float: right;
}

/* Animations */
.scroll-d {
  display: block;
  margin: 0 auto;
  font-size: 6em;
  font-weight: 200;
  width: 20px;
  height: 20px;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  100% {
    transform: translateY(2rem);
    opacity: 0;
  }
}

/*.slider {
    background: url(img/section5.png) no-repeat;
    height: 500px;
    margin-top: -80px;
    margin-bottom: 0;
    transition: .1s;
    position: relative;
}

.slider_img {
    width: 310px;
    height: 510px;
}

.slideshow {
    position: relative;
    height: 3em;
}

.slider_list {
    list-style: none;
    margin: 0;
}

.slider_list--el {
    position: absolute;
    left: 50px;
    top: 200px;
}

.slider_list--el:first-child {
    margin-left: 0;
}*/
/*.slider {
    margin-top: -1em;
}*/
.slideshow {
  height: 380px;
  margin-bottom: 3em;
  /*max-width: 800px;*/
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  display: none;
  clear: both;
  top: -2em;
}

.slideshow > div {
  height: 330px;
  width: 3500px;
  background: url(../assets/images/slideshow2.png);
  position: absolute;
  top: 0;
  left: 0;
  /* height: 100%;*/
  transform: translate3d(0, 0, 0);
}

.slideshow .defile {
  animation: moveSlideshow 35s linear infinite;
}

@keyframes moveSlideshow {
  100% {
    transform: translateX(-66.6666%);
  }
}

/*Transitions*/
.transition {
  width: 100%;
  height: 100%;
  z-index: 105;
  position: fixed;
  top: 100%;
  overflow: hidden;
}

.violet {
  width: 100%;
  height: 100vh;
  background: #67165F;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.blanc {
  width: 100%;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
}

.transition--book {
  width: 100%;
  height: 100%;
  z-index: 104;
  position: fixed;
  top: 100%;
  right: 0%;
  overflow: hidden;
  background-color: #fdce5f;
}

.booking {
  background-color: #DEA1C7;
}

.anim-booking {
  animation: booking 1s linear forwards;
}

@keyframes booking {
  0% {
    top: 0%;
    right: -100%;
  }
  100% {
    top: 0%;
    right: 0%;
  }
}

/*.bird {
    top: 0em;
}

.bird:hover {
    background-color: #83bdd9;
    transition: ease-in-out 2s;
}*/
.anim-transition {
  animation: page 1s both;
}

.anim-transition .violet {
  animation: opacity .5s 1s both;
}

@keyframes page {
  100% {
    transform: translateY(-100%);
    position: fixed;
  }
}

@keyframes opacity {
  100% {
    opacity: 0.2;
  }
}

/*Videos & Images & Son*/
#sing,
#chapterOne,
#chapterTwo,
#lastVideo {
  width: 100%;
  outline: none;
}

#chapterThree {
  width: 100%;
  position: relative;
  outline: none;
}

.img {
  width: 80%;
  display: block;
  margin: 0 auto;
}

.img--2 {
  width: 100%;
}

.img--tyler {
  margin-top: 2em;
}

.img--angoisse {
  margin-top: 3em;
}

.btnsound {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
}

#waveform {
  height: 160px;
  width: 65%;
  margin-left: 20px;
  position: relative;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}

.play {
  background: url(../assets/images/play.svg) no-repeat;
  height: 30vh;
  transition: all 0.3s;
}

.play.active {
  background: url(../assets/images/pause.svg) no-repeat;
  border-color: transparent;
}

/*-------------------Background-------------------*/
.banner--retina {
  background: url(../assets/images/indexBG@2x.png);
  background-size: cover;
  background-attachment: fixed;
}

.banner--mobile {
  background: url(../assets/images/indexBG_SD.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.banner--chp1R {
  background: url(../assets/images/chapter1@2x.png) no-repeat;
  background-size: cover;
  height: 75vh;
}

.banner--chp1 {
  background: url(../assets/images/chapter1.png) no-repeat;
  background-size: cover;
  height: 75vh;
}

.banner--chp2R {
  background: url(../assets/images/chapter2@2x.png) no-repeat;
  background-size: cover;
  height: 75vh;
}

.banner--chp2 {
  background: url(../assets/images/chapter2.png) no-repeat;
  background-size: cover;
  height: 75vh;
}

.banner--chp3R {
  background: url(../assets/images/chapter3@2x.png) no-repeat;
  background-size: cover;
  height: 75vh;
}

.banner--chp3 {
  background: url(../assets/images/chapter3.png) no-repeat;
  background-size: cover;
  height: 75vh;
}

.banner--endR {
  background: url(../assets/images/end@2x.png) no-repeat;
  background-size: cover;
  height: 70vh;
}

.banner--end {
  background: url(../assets/images/end.png) no-repeat;
  background-size: cover;
  height: 70vh;
}

.lastPart--chp3 {
  background: url(../assets/images/sadness.png) no-repeat;
  background-size: cover;
}

.bg {
  background: #c6426e;
  background: linear-gradient(0deg, #c6426e 15%, #642b73 100%);
  position: relative;
  top: -8em;
  padding-top: 8em;
  padding-bottom: 2em;
  color: #FFF;
  z-index: -1;
}

.bg--2 {
  top: 6em;
  padding-bottom: 8em;
  padding-top: 0;
}

.bg--3 {
  top: -7em;
}

.bg--4 {
  padding-top: 2em;
  top: 2em;
}

.bg--5 {
  top: 0;
}

.bg--6 {
  top: -8em;
  height: 20em;
}

.bg--sound {
  background: #642b73;
  background: linear-gradient(0deg, #642b73 15%, #c6426e 100%);
  height: 55vh;
}

/*Détails & Colonnes*/
.strg {
  text-transform: uppercase;
}

.ct {
  text-align: center;
}

.color {
  color: #fff;
}

.color--1 {
  color: #B5106A;
}

.color--2 {
  color: #67165F;
}

.color--4 {
  color: #c6426e;
}

.color--5 {
  color: #4f1558;
}

.ft--abril {
  font-family: 'Abril Fatface', cursive;
  font-weight: lighter;
  font-weight: 100;
}

.ft--rw {
  font-family: 'Raleway', sans-serif;
}

.ft--sz {
  font-size: 20px;
}

.mg {
  margin-top: 3em;
}

.mg--ng {
  margin-top: -6em;
}

.mg--btm {
  margin-bottom: 2em;
}

.hide,
.queries,
.img--queries {
  display: none;
}

.txt--bd {
  font-weight: 600;
}

/*.txt--exbd {
    //text--extrabold
    font-size: 25px;
    font-weight: 900;
}*/
.col {
  width: 76%;
  margin: 0 auto;
  margin-top: 2em;
  margin-bottom: 3em;
}

.col--2 {
  padding: 1em;
  width: 87%;
}

.col--small {
  width: 60%;
}

.ss--ttl {
  margin-top: 0.5em;
}

.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.flex--footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/*-------------------------MEDIA QUERIES-------------------------*/
@media (min-width: 500px) {
  .flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
  .flex--footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 600px) {
  .title::before {
    left: 0.3em;
  }
  .title--small {
    font-size: 18px;
  }
  .logo h2 .s {
    font-size: 50px;
  }
}

@media (min-width: 700px) {
  .title {
    font-size: 70px;
    margin-top: 3.5em;
  }
  .col {
    width: 60%;
  }
  .bg--txt {
    font-size: 23px;
  }
  /*.txt--exbd {
        width: 70%;
        margin: 0 auto;
        margin-top: 1em;
    }*/
  .endChapter {
    margin-bottom: 2em;
  }
  .queries {
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-top: -1.1em;
  }
  .queries2 {
    color: #DEA1C7;
    margin-top: 1em;
  }
  .nav__el:first-child {
    margin-top: 3.5em;
  }
  .vr--queries {
    width: 50%;
  }
}

@media (min-width: 850px) {
  .logo {
    font-size: 50px;
  }
  .logo.h2 {
    font-size: 40px;
  }
  #sing {
    display: none;
  }
  .slideshow {
    display: block;
  }
  .testimony {
    margin-top: -3em;
  }
  .banner--retina {
    background: url(../assets/images/indexD@2x.png);
    background-size: cover;
    background-attachment: fixed;
  }
  .banner--mobile {
    background: url(../assets/images/indexD.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  .banner--chp1,
  .banner--chp1R,
  .banner--chp2R,
  .banner--chp2,
  .banner--chp3,
  .banner--chp3R {
    background: none;
  }
  .bgqueries--1,
  .bgqueries--4 {
    display: block;
    background: #c6426e;
    background: linear-gradient(0deg, #c6426e 15%, #642b73 100%);
    width: 100%;
    height: 100vh;
  }
  .scroll-d {
    margin-left: 50%;
  }
  .number:before {
    font-size: 12em;
    top: 0.5em;
    left: 0.5em;
  }
  .number--chapter {
    font-size: 60px;
    margin-left: 5em;
    font-weight: lighter;
  }
  .sm--txt {
    margin-top: 2em;
    font-size: 15px;
  }
  .hd--queries {
    margin-bottom: 13em;
  }
  .title {
    font-size: 80px;
    margin-top: 2.5em;
  }
  .title::before {
    left: 1em;
  }
  body {
    font-size: 18px;
  }
  .title--small {
    margin-top: -2em;
  }
  .bgqueries--2 {
    display: block;
    background: #c6426e;
    background: linear-gradient(0deg, #c6426e 15%, #642b73 100%);
    width: 100%;
    height: 100vh;
  }
  .img--tyler {
    width: 55%;
    margin-top: 14em;
  }
  .img--angoisse {
    width: 70%;
  }
}

@media (min-width: 900px) {
  .col {
    width: 36%;
  }
  .col--small {
    width: 40%;
  }
  .fl--lf {
    float: left;
    margin-left: 5em;
  }
  .fl--rg {
    float: right;
  }
  .mg--queries {
    margin-top: 10em;
  }
  .img--queries2 {
    width: 35%;
    margin-top: 8em;
    margin-left: 5em;
  }
  .bg--queries {
    float: right;
    padding-top: 2em;
    padding-bottom: 0;
    margin-left: 18em;
    margin-top: -12em;
  }
  .bg--queries2 {
    float: left;
    padding-top: 1em;
    padding-bottom: 5em;
  }
  #chapterOne {
    width: 60%;
    margin-bottom: 3em;
    display: block;
    margin: 0 auto;
  }
  #chapterTwo {
    width: 60%;
    margin-bottom: 3em;
    margin-left: 19em;
  }
  #chapterThree {
    width: 60%;
    margin-top: 4em;
  }
  #lastVideo {
    width: 50%;
    margin-left: 23em;
    margin-top: 4em;
  }
  /*.txt--exbd {
        width: 50%;
    }*/
  .clear {
    clear: both;
  }
  .img--tyler {
    width: 40%;
    margin-top: 7em;
  }
  .img--illusion {
    width: 40%;
    margin-top: 4em;
    margin-bottom: 4em;
  }
  .img--depression {
    width: 40%;
    margin-top: 9em;
  }
  .mg--btm2 {
    margin-bottom: 5em;
  }
  .bg--3 {
    width: 70%;
    padding-bottom: 4em;
  }
  .banner--endR {
    background: url(../assets/images/bgend@2x.png) no-repeat;
    background-size: contain;
  }
  .banner--end {
    background: url(../assets/images/bgend@2x.png) no-repeat;
    background-size: contain;
  }
  .epilogue {
    margin-top: 0;
  }
  .img--work {
    width: 45%;
    padding-top: 4em;
  }
}

@media (min-width: 1150px) {
  .vid2 {
    top: -4em;
  }
  .bg--txt2 {
    font-size: 35px;
  }
  .ss--ttl {
    margin-top: 0em;
    font-size: 28px;
  }
  .vr--queries {
    margin-left: 10em;
  }
  .img--angoisse {
    width: 40%;
    float: left;
    margin-top: 19em;
    margin-left: -5em;
  }
  .bg--6 {
    height: 15em;
    width: 60%;
    margin-left: 28em;
  }
  .mg--queries2 {
    margin-top: 13em;
  }
  .banner--end {
    background: none;
  }
  .number__2:before {
    opacity: 0.4;
  }
  .number--chapter2 {
    padding-top: 5em;
  }
  .img--queries {
    display: block;
    position: absolute;
    right: 7em;
    top: 12em;
    width: 470px;
    z-index: 1;
  }
  .img--queries3 {
    top: 10em;
  }
  .img--queries4 {
    width: 380px;
    top: 6em;
    right: 9em;
  }
  .bgqueries--1 {
    display: block;
    background: #c6426e;
    background: linear-gradient(0deg, #c6426e 15%, #642b73 100%);
    width: 65%;
    height: 100vh;
  }
  .bgqueries--2 {
    background: none;
  }
  .bgqueries--3 {
    display: block;
    background: #c6426e;
    background: linear-gradient(0deg, #c6426e 15%, #642b73 100%);
    height: 100vh;
    width: 40%;
    position: absolute;
    right: 0;
  }
  .color--3 {
    color: #7B3D7D;
  }
  .scroll-d2 {
    background: url(../assets/images/arrow_down2.svg) no-repeat;
    display: block;
    margin: 0 auto;
    font-size: 6em;
    font-weight: 200;
    width: 20px;
    height: 20px;
    margin-left: 2.5em;
    animation: bounce 2s infinite;
  }
  .scroll-d3 {
    margin-left: 5em;
    margin-top: 1.5em;
  }
  .cube {
    background: #7B3D7D;
    position: absolute;
    width: 10em;
    height: 10em;
    right: 0;
    top: 7em;
    opacity: 0.4;
  }
  .cube2 {
    z-index: 1;
    background: #DEA1C7;
    opacity: 0.7;
    top: 15em;
    width: 15em;
    height: 15em;
    right: 5em;
  }
  .cube3 {
    top: 4em;
    height: 22em;
    right: 7em;
  }
  .cube4 {
    top: 20em;
    z-index: 1;
    opacity: 1;
    right: 4em;
    height: 13em;
    width: 14em;
  }
  .txt--lf {
    text-align: left;
    margin-left: 5em;
  }
  .txt--lf2 {
    margin-left: 11em;
  }
  .txt--lf3 {
    width: 100%;
  }
  .txt--lf4 {
    margin-left: 10em;
  }
  /*.logo--queries {
        &:hover:after {
            color: #fff;
            opacity: 1;
            visibility: visible;
            left: 6.6em;
            transition: 0.5s cubic-bezier(0.1, 0.93, 0.53, 0.99) opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
        }
        &:after {
            content: "Stalk_OUT";
            display: block;
            visibility: hidden;
            color: transparent;
            opacity: 1;
            position: fixed;
            left: -3em;
            top: 3.5em;
            transition: 0.5s 0.035s cubic-bezier(0.1, 0.93, 0.53, 0.99);
        }
    }
    .logo--queries2 {
        &:hover:after {
            color: #7B3D7D;
            opacity: 1;
            visibility: visible;
            left: 8.5em;
            transition: 0.5s cubic-bezier(0.1, 0.93, 0.53, 0.99) opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
        }
    }
    .logo--queries3 {
        &:hover:after {
            left: 8.5em;
        }
    }*/
  .lastPart--chp3 {
    background: url(../assets/images/fin.png) no-repeat;
    background-size: cover;
  }
  .col--big {
    width: 50%;
  }
  .title--end2 {
    font-size: 40px;
    width: 40%;
    text-align: left;
    padding-top: 6em;
    margin-left: 1em;
  }
  .thanks {
    margin-top: -2em;
    margin-left: 3em;
  }
  .txt--thanks {
    margin-left: 15em;
    width: 45%;
  }
}

@media (max-width: 320px) {
  .banner--chp1 {
    height: 83vh;
  }
  .sm--txt {
    width: 73%;
  }
  .number--chapter {
    margin-left: 2.5em;
  }
}

/* Hauteur de la tablette*/
@media (max-height: 400px) {
  .banner--chp1,
  .banner--chp1R,
  .banner--ch2,
  .banner--chp2R,
  .banner--chp3,
  .banner--endR,
  .banner--end {
    height: 114vh;
  }
  .number:before {
    top: -0.1em;
    left: 0.2em;
  }
  .number--chapter {
    padding-top: 2.9em;
  }
  .nav__el:first-child {
    margin-top: 0.5em;
  }
  .nav__el {
    margin-top: 0.2em;
  }
}

@media (max-height: 500px) {
  .banner--chp1,
  .banner--chp1R,
  .banner--ch2,
  .banner--chp2R,
  .banner--chp3,
  .banner--endR,
  .banner--end {
    height: 105vh;
  }
  .banner--retina {
    background: url(../assets/images/indexD@2x.png);
    background-size: cover;
    background-attachment: fixed;
  }
  .banner--mobile {
    background: url(../assets/images/indexD.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  .title {
    margin-top: 1.5em;
  }
}

@media (min-height: 1000px) {
  .title {
    margin-top: 5.5em;
  }
  .title--end {
    padding-top: 12em;
  }
  .banner--chp1,
  .banner--chp1R,
  .banner--ch2,
  .banner--chp2R,
  .banner--chp3,
  .banner--endR,
  .banner--end {
    height: 55vh;
  }
  .number--chapter {
    font-size: 65px;
    padding-top: 3em;
  }
  .number::before {
    font-size: 11em;
    top: 0.4em;
    left: 0.4em;
  }
  .sm--txt {
    margin-top: 2em;
    font-size: 15px;
  }
  .sm--txt2 {
    font-size: 15px;
  }
  /*.logo {
        width: 4.5em;
    }*/
  .img {
    width: 70%;
  }
}

@media (min-height: 1300px) {
  .banner--chp1 {
    height: 36vh;
  }
  .bgqueries--1 {
    height: 45vh;
  }
  .img {
    width: 38%;
    margin-left: 1em;
  }
  #chapterOne {
    width: 72%;
  }
}

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