@charset "UTF-8";

/* --- BODY --- */

a {
  transition: all 0.3s linear 0s;
}

a {
  color: #005AFF;
}

a:hover,
a:focus,
a:active,
a.active {
  color: #0347c3;
}

.icon {
  height: 32px;
  width: 32px;
  display: inline-block;
}

p {
  line-height: 1.4;
}

/* --- Header --- */

.linkScroll {
  height: 50px;
  width: 50px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 100%;
  display: block;
  margin: 0 auto;
  opacity: 0.9;
  line-height: 70px;
  text-align: center;
}

.linkScroll:hover {
  opacity: 1;
}

.linkScroll .icon {
  height: 30px;
  width: 30px;
  margin-top: 5px;
}

header {
  text-align: center;
  color: #fff;
  background-attachment: scroll;
  background-image: url(../img/bg-home.jpg);
  background-position: center center;
  background-repeat: none;
  background-size: cover;
  -o-background-size: cover;
  background-color: #0074ff;

  /*animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-name: colorChange;*/
}

header.bg-home-2 {
  background-image: url(../img/bg-home-2.jpg);
  /*animation-name: colorChange-2;*/
  background-color:  #0074ff;
}

/*@keyframes colorChange {
  from {
      background-color: #cfe4f7;
  }
  25% {
      background-color: #cfdaf7;
  }
  50% {
      background-color: #cfe4d9;
  }
  75% {
      background-color: #e3e4c3;
  }
  to {
    background-color: #cfe4f7;
  }
}

@keyframes colorChange-2 {
  from {
      background-color: #485fff;
  }
  25% {
      background-color: #0074ff;
  }
  50% {
      background-color: #6888de;
  }
  75% {
      background-color: #9a88ff;
  }
  to {
    background-color: #485fff;
  }
}
*/

header .intro-text {
  padding-top: 100px;
  padding-bottom: 80px;
}

header.bg-home-2 .carte {
    color: #ffffff;
}

/* --- carré blanc --- */

header .intro-text .intro-lead-in {
  font-size: 30px;
  font-style: normal;
  line-height: 47px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  position: relative;
  padding: 0 0 20px;
  margin: 0;
}

header .intro-text .intro-lead-in:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 50px;
  bottom: 7px;
  left: 50%;
  background: #fff;
  transform: translateX(-50%);
}

header .intro-text .intro-heading-1 {
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  padding: 10px 0 10px;
  text-transform: uppercase;
}

header .intro-text .intro-heading {
  margin-bottom: 25px;
  font-size: 60px;
  line-height: 80px;
  font-weight: 600;
}

header .intro-text .intro-people {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.2em;
}

body {
  overflow-x: hidden;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  color: #636A7D;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  color: #313849;
}

.text-muted {
  color: #636A7D;
}

section h2.section-heading {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 100px;
  line-height: 100px;
  transform: translateY(-57%);
  color: #000;
  margin: 0;
}

section h3.section-subheading {
  text-transform: none;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 1.3em;
  font-style: normal;
  max-width: 700px;
  margin: -30px auto 75px auto;
}

section#portfolio h3.section-subheading {
    margin-bottom: 30px;
}

section {
  padding: 120px 0 75px;
}

/* --- Navigation --- */

.navbar-default .navbar-brand {
    font-family: 'Karla', sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 16px;
    letter-spacing: 0.1em;
    padding: 0;
    margin-top: -5px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #636a7d;
}

.navbar-default .navbar-brand .name {
    font-weight: 300;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
  outline: 0;
  color: #636a7d;
}

.navbar-default .nav li a {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    letter-spacing: 0;
    color: #000;
    font-size: 18px;
}

.navbar-default .nav li.active a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #636a7d;
}

.navbar-default .nav li a.link-cabinet:hover,
.navbar-default .nav li.active a.link-cabinet {
  background-color: #ffffff;
}

.navbar-default .nav li a.link-consultation:hover,
.navbar-default .nav li.active a.link-consultation {
  background-color: #ffffff;
}

.navbar-default .nav li a.link-osteo:hover,
.navbar-default .nav li.active a.link-osteo {
  background-color: #ffffff;
}

.navbar-default .nav li a.link-who:hover,
.navbar-default .nav li.active a.link-who {
  background-color: #ffffff;
}

.navbar-default .nav li a.link-cv:hover,
.navbar-default .nav li.active a.link-cv {
  background-color: #ffffff;
}

.navbar-default .nav li a.link-contact:hover,
.navbar-default .nav li.active a.link-contact {
  background-color: #ffffff;
}

.navbar-default {
  border-color: transparent;
  background-color: #FFF;
}
.navbar-default .navbar-toggle .icon-bar {
  transition: all 0.3s linear 0s;
}
.navbar-default .navbar-toggle .icon-bar:nth-child(2) {
  background: #0074ff;
  transform: translateY(6px) rotate(45deg);
}
.navbar-default .navbar-toggle .icon-bar:nth-child(3) {
  background: #cfe4f7;
  opacity: 0;
}
.navbar-default .navbar-toggle .icon-bar:nth-child(4) {
  background: #313849;
  transform: translateY(-6px) rotate(-45deg);
}

.navbar-default .navbar-toggle.collapsed .icon-bar {
    transform: none !important;
    opacity: 1;
}

.navbar-brand img {
    display: inline-block;
    opacity: 1;
    transform: translateX(5px) rotate(0);

    animation-duration: 1.3s;
    animation-iteration-count: 1;
    animation-name: rotate;
}

@keyframes rotate {
  from {
      opacity: 0;
      transform: translateX(-50px) rotate(-120deg);
  }
  50% {
      transform: translateX(10px) rotate(10deg);
  }
  to     {
    opacity: 1;
    transform: translateX(5px) rotate(0);
  }
}

/* --- stickymenu --- */

.navbar-default {
  padding: 25px 0;
  background-color: #FFF;
  transition: all 0.3s linear 0s;
}

.navbar-default.navbar-shrink .navbar-brand {
  font-size: 16px;
}

.navbar-default.navbar-shrink {
    background-color: #FFF;
    padding: 10px 0;
    box-shadow: 0px 0px 8px #cccccc;
}

.btn-xl {
  padding: 20px 40px;
  border-color: #FFFFFF;
  font-family: "Playfair display","Helvetica Neue","Helvetica,Arial","sans-serif";
  font-size: 18px;
  font-weight: 700;
  color: #000;
  background-color: #FFFFFF;
  border-radius: 0px;
}

/* --- sections --- */

#whatido {
  background-color: #ffffff;
  background-image: url(../img/bg-2.jpg);
  background-position: center center;
  background-repeat: none;
  background-size: cover;
  -o-background-size: cover;
  padding-top: 0;
  padding-bottom: 120px;
}

#whatido .col {
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.4s ease-out 0s;
}

#whatido .col:nth-child(2) {
    transition-delay: 0.3s;
}
#whatido .col:nth-child(3) {
    transition-delay: 0.6s;
}

#whatido.inView .col {
    opacity: 1;
    transform: translateY(0px);
}

#whatido .intro {
  padding: 80px 60px 60px 60px;
}

#whatido .intro p {
  font-size: 32px;
}

#whatido .text-muted {
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding: 0 40px;
}

.service-heading {
  margin-bottom: 0;
  padding-bottom: 40px;
  position: relative;
  font-size: 26px;
}

.service-heading:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  height: 1px;
  width: 30px;
  background-color: #000;
  z-index: 10;
  transform: translateX(-50%);
}

#portfolio {
  background-color: #F4F2F7;
  padding: 0 0 100px;
}

#portfolio h2 {
  margin-bottom: 0;
  transform: translateY(-50%);
}

#portfolio .portfolio-item{
    display: none;
}

#portfolio .portfolio-item.actived {
    display: block;
}

#portfolio .portfolio-item .portfolio-caption p {
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
}

#portfolio .portfolio-item .portfolio-caption h4 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  color: #313849;
  font-size: 21px;
}

.line-projets {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#portfolio .portfolio-item .portfolio-link {
  color: #000000;
}

#portfolio .portfolio-item .portfolio-link:hover {
  text-decoration: none;
}

#portfolio .portfolio-item .portfolio-link:hover .portfolio-hover {
  opacity: 0.9 !important;
}

.label-projet {
  font-family: Karla;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

#portfolio .portfolio-item .portfolio-link .portfolio-caption {
  transition: all 0.3s linear 0s;
  z-index: 50;
  position: relative;
  min-height: 140px;
}

#portfolio .portfolio-item .portfolio-link:hover .portfolio-caption {
  transform: translateY(-10px);
}

#portfolio .portfolio-item .portfolio-caption {
  text-align: left;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  height: 225px;
}

#about {
  background-color: #ffffff;
  padding: 0 0 100px;
}

#about h3.section-subheading {
  color: #636A7D;
}

#team {
  background-color: #FFFFDA;
}

::-moz-selection {
  text-shadow: none;
  background: #fdf3ef;
}

::selection {
  text-shadow: none;
  background: #fdf3ef;
}

/* contact */

section#contact {
  padding: 0 0 100px;
  background: #0074FF;
}

#contact h2.section-heading {
  color: #000;
}

#contact h3.section-subheading {
  color: #FFF;
  margin: 10px auto 0;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 30px;
}

#contact h3.section-subheading a {
  color: #FFF;
  display: inline-block;
  border-bottom: 1px solid #fff;
}

#contact h3.section-subheading a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* --- first Slide --- */

.carte {
  padding: 30px 30px 50px 30px;
  max-width: 700px;
  color: #fff;
  margin: 0 auto 10px auto;
  position: relative;
  z-index: 10;
}

.carte:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.8;
}

header .intro-text {
  padding-top: 180px;
}

header .intro-text .intro-heading {
  font-size: 54px;
  line-height: 1.3;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
}

header .intro-people {
  font-size: 20px;
  line-height: 1.3em;
}

.intro-text .btn-xl {
  width: 430px;
}

.intro-text .btn-xl:hover {
  background-color: #FFFFFF;
  border-color: #000000;
  color: #000;
  border-spacing: 2px;
}

.intro-text .intro-heading,
.intro-text .intro-heading-1,
.intro-text .intro-lead-in {
    opacity: 0;
    transition: all 0.4s ease-out 0s;
    transform: translateY(-10px);
}

.intro-text .intro-lead-in {
    transition-delay: 0.7s;
}

.intro-text .intro-heading-1 {
    transition-delay: 1.1s;
}

.intro-text .intro-heading {
    transition-delay: 1.5s;
}

.intro-text.inView .intro-heading,
.intro-text.inView .intro-heading-1,
.intro-text.inView .intro-lead-in {
    opacity: 1;
    transform: translateY(0);
}

iframe {
  display: block;
  border: solid 5px #fff;
}

/* lightbox */

.nav-modal {
  padding: 10px 0;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 200;
}

.nav-modal:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #313849;
  opacity: 0.9;
}

.content-nav-modal {
  padding: 0 40px;
  color: #FFF;
  font-size: 22px;
}

.content-nav-modal .info {
  font-size: 14px;
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding-left: 20px;
}

.content-nav-modal a {
  float: right;
  color: #FFF;
  font-size: 14px;
  display: block;
  padding: 7px 10px 0 0;
}

.content-nav-modal a .icon {
    width: 20px;
    height: 20px;
    margin: 0 0 -5px 10px;
}

.modal-content .col-lg-offset-2 {
  margin: 0 auto;
  float: none;
  width: 100%;
  max-width: 1000px;
}

.modal-content iframe {
    border: none;
    height: 525px;
}

.portfolio-modal .close-modal {
  position: fixed;
  background: #fff;
  opacity: 0.7;
  z-index: 1000;
}

.portfolio-modal .modal-content {
  text-align: left;
  padding-top: 0;
  background: url(../img/bg-2.jpg) repeat-y top center white;
}

.portfolio-modal .bg-cover {
    height: 280px;
    background-image: url(../img/bg-home-2.png);
    background-position: top center;
    background-repeat: none;
    background-size: cover;
    -o-background-size: cover;
}

.portfolio-modal .bg-cover.bg-color-1 {
      background-color: #f3f1f6;
}
.portfolio-modal .bg-cover.bg-color-2 {
      background-color: ##f3f1f6;
}
.portfolio-modal .bg-cover.bg-color-3 {
      background-color: #4fe399;
}
.portfolio-modal .bg-cover.bg-color-4 {
      background-color: #76A7F0;
}

#portfolio .portfolio-item .portfolio-link {
    text-decoration: none;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  background-color: #9a88ff;
  background-image: linear-gradient(0deg, #9a88ff, #0074ff);
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    margin-top: 0;
    height: auto;
    transform: translateY(-50%);
}

.portfolio-hover .icon {
    height: 64px;
    width: 64px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 0.8;
}

.portfolio-modal .modal-content p.item-intro {
  font-style: normal;
  font-size: 18px;
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  max-width: 550px;
  position: relative;
  margin: 0;
  padding: 20px 0 30px;
}

.portfolio-modal .info-tech:before,
.portfolio-modal .modal-content p.item-intro:before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 35px;
    top: 0px;
    left: 0;
    background: #636A7D;
}

.portfolio-modal .info-tech {
    max-width: 360px;
    position: relative;
    font-size: 18px;
    padding: 20px 0;
    margin-bottom: 40px;
}

.portfolio-modal .info-tech h4 {
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-size: 16px;
}

.portfolio-modal .modal-content h2 {
  font-size: 72px;
  background: #FFF;
  padding: 50px 60px;
  margin-top: -150px;
}

.modal-body .btn-primary {
  background-color: #f4f2f7;
  border-color: #f4f2f7;
  color: #313849;
  font-size: 25px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  padding: 20px 40px 20px 60px;
  border-radius: 0;
  transition: all 0.3s linear 0s;
  box-shadow: none !important;
}
.modal-body .btn-primary:hover {
    background-color: #ebe7f2;
}

.modal-body .btn-primary .icon  {
    margin: 0 10px -10px;
}

/* timeline */

.timeline p {
  font-family: 'Karla',sans-serif;
  font-weight:400;
  font-size:16px;
}

.timeline-box {
  vertical-align: middle;
  display: table-cell;
}

.timeline-box .text-muted {
  color: #636A7D;
  font-size: 16px;
}

.timeline-box a {
  color: #313849;
}

.timeline-box .description {
  display: block;
  position: relative;
  padding-top: 15px;
}

.timeline-box .description:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 35px;
  top: 7px;
  right: 0;
  background: #636A7D;
}

.timeline-inverted .timeline-box .description:before {
    right: auto;
    left: 0;
}

.timeline .timeline-heading h4 {
  font-size: 30px;
  font-family: 'Karla', sans-serif;
  font-weight: 400;
}

.timeline > li {
  transition: all 0.5s linear 0s;
  opacity: 0;
  transform: translateX(-20px);
}

.timeline > li.timeline-inverted {
  transform: translateX(20px);
}

.timeline > li.timeline-inverted.inView,
.timeline > li.inView {
  opacity: 1;
  transform: translateX(0px);
}

.timeline .job {
  display: block;
}

/* footer */

.footer-container {
  background-color: #F4F4F4;
  font-size: 16px;
}

footer span.copyright {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
}

.footer-container a {
    color: #636A7D;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
}
.footer-container a:hover {
    color: #313849;
    text-decoration: none;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background-color: #636a7d;
}

ul.social-buttons li:first-child a {
    line-height: 45px;
}

ul.social-buttons li a {
    background: #313849;
}

ul.social-buttons li a i {
    color: #FFF;
    margin-bottom: -2px;
}

ul.social-buttons li a:hover {
    background: #b4bdd2;
}

ul.social-buttons li a:hover i {
    color: #313849;
}

/* filter */

.filterForm {
    margin-bottom: 30px;
}

.radio, .checkbox {
    height: 40px;
    margin: 0;
    position: relative;
}

.filterForm label {
    display: inline-block;
    position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 21px;
    min-width: 200px;
    padding-left: 24px;
    overflow: hidden;
    color: #313849;
}

.filterForm label:before {
    content: "";
    display: block;
    position: absolute;
    height: 12px;
    width: 12px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border: solid 1px #636a7d;
}

.filterForm label.on:after{
    content: "";
    display: block;
    position: absolute;
    height: 8px;
    width: 8px;
    top: 50%;
    left: 2px;
    transform: translateY(-50%);
    background: #313849;
}

.filterForm label.on {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Karla', sans-serif;
    font-weight: 700;
}

/* responsive */

@media (min-width: 992px) {
  .timeline-box {
    height: 170px;
  }
  .modal-content iframe {
      height: 525px;
  }
}

@media (max-width: 991px) {
  #whatido .intro p {
    font-size: 16px;
  }
  #whatido .text-muted {
      padding: 0 20px;
  }

  .modal-content iframe {
      height: 390px;
  }

  section h2.section-heading {
    font-size: 50px;
  }

  header .intro-text .intro-lead-in {
    font-size: 20px;
  }

  header .intro-text {
    padding: 100px 0 30px;
  }

  header .intro-text .intro-heading {
    font-size: 30px;
  }

  .carte {
    padding-bottom: 0;
  }

  section h3.section-subheading {
    font-size: 20px;
    margin-bottom: 40px;
  }

  #portfolio .portfolio-item .portfolio-link:hover .portfolio-caption {
    transform: translateY(0);
  }

  section#contact {
    padding-bottom: 70px;
  }

  #contact h3.section-subheading {
    font-size: 20px;
  }

  .portfolio-modal .bg-cover {
    height: 130px;
  }

  .portfolio-modal .modal-content h2 {
    font-size: 40px;
    padding: 30px;
    margin-top: -70px;
  }

  .content-nav-modal {
    font-size: 16px;
  }

  .content-nav-modal a {
    padding-top: 2px;
  }

  .timeline > li.timeline-inverted > .timeline-panel {
    padding-right: 5px;
  }

  .timeline .timeline-heading h4 {
    font-size: 20px;
  }

  .timeline-box .text-muted {
    font-size: 14px;
  }

  #portfolio .portfolio-item .portfolio-caption p {
    font-size: 16px;
    line-height: 1.3;
  }

  #portfolio .portfolio-item .portfolio-link .portfolio-caption {
    min-height: 0px;
  }
}

@media (max-width: 767px) {
  #portfolio .portfolio-item .portfolio-link .portfolio-hover {
    height: 232px;
  }
  .navbar-default .nav li a {
      padding: 15px 30px;
  }
  .navbar-default .nav li a:before {
      content: "";
      display: block;
      position: absolute;
      height: 1px;
      width: 30px;
      bottom: 0;
      left: 30px;
      background: #333333;
  }

  header .intro-text {
    padding: 80px 0 30px;
  }
  .modal-content iframe {
      height: 215px;
  }
  .radio, .checkbox {
      height: auto;
  }
}


.navbar-default {
    /*display: none !important;*/
}

/* anim illu */
.illu {
  width: 100%;
  height: 100%;
}

.illu * {
  transition: .3s all ease-in;
}

.illu *:not(circle) {
  opacity: 0;
}

.inView .illu *:not(circle) {
  opacity: 1;
}

.illu1__page {
  transition-delay: .3s;
}

.illu1__page--1 {
  transform: translateX(-25px);
}

.illu1__page--2 {
  transform: translateX(25px);
}

.inView .illu1__page {
  transform: none;
}

.illu1__eye {
  transform: translateY(-5px);
  transition-delay: .6s;
}

.inView .illu1__eye {
  transform: translateY(0);
}

.illu1__wave {
  transform: translateX(-5px);
  transition-delay: 1.3s;
}

.inView .illu1__wave {
  transform: translateX(0);
}

.illu1__line {
  stroke-dashoffset: 80;
  stroke-dasharray: 80;
  transition-delay: .6s;
}

.inView .illu1__line {
  stroke-dashoffset: 0;
}

.illu1__line:nth-child(2) {
  transition-delay: .7s;
}

.illu1__line:nth-child(3) {
  transition-delay: .8s;
}

.illu1__line:nth-child(4) {
  transition-delay: .9s;
}

.illu1__line:nth-child(5) {
  transition-delay: 1s;
}

.illu1__line:nth-child(6) {
  transition-delay: 1.1s;
}

.illu1__line:nth-child(7) {
  transition-delay: 1.2s;
}

.illu1__line:nth-child(8) {
  transition-delay: 1.3s;
}

.illu1__line:nth-child(9) {
  transition-delay: 1.4s;
}

.illu2__desktop {
  transform: translateY(-10px);
  transition-delay: .6s;
}

.inView .illu2__desktop {
  transform: translateY(0);
}

.illu2__rect {
  transform: translateY(5px);
  transition-delay: .9s;
}

.illu2__rect--2 {
  transition-delay: 1s;
}

.illu2__rect--3 {
  transition-delay: 1.1s;
}

.inView .illu2__rect {
  transform: translateY(0);
}

.illu2__line {
  stroke-dashoffset: 80;
  stroke-dasharray: 80;
  transition-delay: 1s;
}

.inView .illu2__line {
  stroke-dashoffset: 0;
}

.illu2__line:nth-child(2) {
  transition-delay: 1.1s;
}

.illu2__line:nth-child(3) {
  transition-delay: 1.2s;
}

.illu2__line:nth-child(4) {
  transition-delay: 1.2s;
}

.illu2__phone {
  transform: translateX(10px);
  transition-delay: 1.3s;
}

.inView .illu2__phone {
  transform: translateX(0);
}

.illu2__bonhomme {
  transform: translateY(45px);
  transition: .5s all ease-out 1.4s;
}

.inView .illu2__bonhomme {
  transform: translateY(0);
}

.illu2__cross {
  transition-delay: 1.6s;
}

.illu3__screen {
  transition-delay: .6s;
}

.illu3__loading {
  transition: .3s opacity .9s, 2s width .8s;
  width: 0px;
}

.inView .illu3__loading {
  width: 144px;
}

.illu3__music {
  transform: translateY(-10px);
  transition-delay: 1.4s;
}

.inView .illu3__music {
  transform: translateY(0);
}

.illu3__thumb {
  transform: translateY(5px);
  transition-delay: 1.6s;
}

.inView .illu3__thumb {
  transform: translateY(0);
}

.illu3__rect {
  transition-delay: .9s;
}

.illu3__line {
  stroke-dashoffset: 90;
  stroke-dasharray: 90;
  transition-delay: 1.1s;
  transition-duration: .5s;
}

.inView .illu3__line {
  stroke-dashoffset: 0;
}

.illu3__line:nth-child(2) {
  transition-delay: 1.2s;
}

.illu3__line:nth-child(3) {
  transition-delay: 1.3s;
}

.fa-stack.illu-wrapper {
  width: 3em;
  height: 3em;
}
