@media (min-width: 200px) and (max-width: 767px) {
  h3 {
    font-size: 12px;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 2px; }

  .container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 5px;
    padding-left: 5px;
    width: 100%; }

  .div-background-image {
    position: relative;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10%;
    padding-bottom: 1%;
    /*border-radius: 40px;*/
    box-shadow: 0px 2px 10px 1px #bbbbbb, inset 0px 0px 10px 5px #000000; }

  .demo-button {
    border-radius: 5px;
    background-color: cornflowerblue;
    color: #fff;
    padding: 2px 30px 2px; }

  .div-menu {
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 8px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-top: 2px;
    padding-bottom: 2px; }

  .div-carousel-cell, .div-control {
    border-radius: 5px;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50vw;
    height: calc(50vw * 0.5625);
    left: 5px;
    top: 5px; }

  .div-carousel-cell-background {
    border-radius: 5px; }

  .div-carousel-cell {
    border: 1px solid darkgrey; }

  .div-carousel-cell > .div-project-step > .icon-step {
    height: 16px !important;
    margin-top: 1px; }

  .div-carousel-cell > .div-project-step > [class^="div-step-"] {
    text-align: center;
    font-size: 10px;
    line-height: 1.1; }

  .div-h2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .div-h4 {
    font-size: 20px;
    margin-top: 10px; }

  .div-nav {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .div-project {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .div-project-step {
    width: 100%;
    max-width: 300px;
    margin: 0;
    margin-bottom: 0; }

  .div-scene {
    margin: auto;
    position: relative;
    width: calc(50vw + 10px);
    height: calc(calc(50vw * 0.5625) + 10px);
    -webkit-perspective: 85vw;
    perspective: 85vw; }

  .home-button {
    font-size: 10px; }

  .control-icon {
    height: 12px; }

  .resume-icon {
    background-color: cornflowerblue;
    margin-top: 10px;
    margin-bottom: 10px; }

  .control-top-left {
    top: 2px;
    left: 2px;
    position: absolute;
    width: 45%;
    height: 45%;
    text-align: left; }

  .control-top-right {
    top: 2px;
    right: 2px;
    position: absolute;
    width: 45%;
    height: 45%;
    text-align: right; }

  .control-bottom-right {
    bottom: 2px;
    right: 2px;
    position: absolute;
    width: 30%;
    height: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    justify-content: flex-end;
    align-items: flex-end; }

  .control-bottom-center {
    bottom: 2px;
    left: 50%;
    position: absolute;
    width: 30%;
    height: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    justify-content: center;
    align-items: flex-end;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }

  .control-bottom-left {
    bottom: 2px;
    left: 2px;
    position: absolute;
    width: 30%;
    height: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    justify-content: flex-start;
    align-items: flex-end; }

  .control-img-top-left {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 2px;
    padding-top: 2px; }

  .control-img-top-right {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 2px;
    padding-top: 2px; }

  .control-img-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 2px;
    padding-bottom: 2px; }

  .control-img-bottom-center {
    position: absolute;
    bottom: 0;
    padding-bottom: 2px; }

  .control-img-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 2px;
    padding-bottom: 2px; }

  #idDivDash {
    display: none; }

  #idTextTitle {
    font-size: 3.5vw; } }
@media (min-width: 768px) {
  h3 {
    font-size: 16px;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 5px; }

  .carousel-background-image {
    border-radius: 10px; }

  .container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 718px; }

  .div-background-image {
    position: relative;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 23%;
    padding-bottom: 1%;
    border-radius: 40px;
    box-shadow: 0px 5px 10px 0px #bbbbbb, inset 0px 0px 20px 5px #000000; }

  .demo-button {
    border-radius: 5px;
    background-color: cornflowerblue;
    color: #fff;
    padding: 10px 30px 10px; }

  .div-menu {
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-top: 10px;
    padding-bottom: 10px; }

  .div-control {
    width: 400px;
    height: calc(400px * 0.5625);
    left: 10px;
    top: 10px; }

  .div-carousel-cell {
    border-radius: 25px;
    border: 2px solid darkgrey;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    width: 400px;
    height: calc(400px * 0.5625);
    left: 10px;
    top: 10px; }

  .div-carousel-cell > .div-project-step > [class^="div-step-"] {
    text-align: left;
    font-size: 14px; }

  .div-project {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .div-project-step {
    width: 300px;
    margin: 0;
    margin-bottom: 50px; }

  .div-scene {
    margin: auto;
    position: relative;
    width: calc(400px + 20px);
    height: calc(calc(400px * 0.5625) + 20px);
    -webkit-perspective: 85vw;
    perspective: 85vw; }

  .div-project > .div-project-step > [class^="div-step-"] {
    text-align: left; }

  .home-button {
    font-size: 12px; }

  .control-icon {
    height: 24px; }

  .resume-icon {
    background-color: cornflowerblue;
    margin-top: 10px;
    margin-bottom: 10px; }

  .control-top-left {
    top: 10px;
    left: 10px;
    position: absolute;
    width: 45%;
    height: 45%;
    text-align: left; }

  .control-top-right {
    top: 10px;
    right: 10px;
    position: absolute;
    width: 45%;
    height: 45%;
    text-align: right; }

  .control-bottom-right {
    bottom: 10px;
    right: 10px;
    position: absolute;
    width: 30%;
    height: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    justify-content: flex-end;
    align-items: flex-end; }

  .control-bottom-center {
    bottom: 10px;
    left: 50%;
    position: absolute;
    width: 30%;
    height: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    justify-content: center;
    align-items: flex-end;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }

  .control-bottom-left {
    bottom: 10px;
    left: 10px;
    position: absolute;
    width: 30%;
    height: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    justify-content: flex-start;
    align-items: flex-end; }

  .control-img-top-left {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 5px;
    padding-top: 5px; }

  .control-img-top-right {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 5px;
    padding-top: 5px; }

  .control-img-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 5px;
    padding-bottom: 5px; }

  .control-img-bottom-center {
    position: absolute;
    bottom: 0;
    padding-bottom: 5px; }

  .control-img-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 5px;
    padding-bottom: 5px; } }
@media (min-width: 992px) {
  h3 {
    font-size: 20px; }

  .container {
    width: 942px; }

  .div-project {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  .div-project-step {
    width: 310px;
    margin: 5px;
    margin-bottom: 50px; } }
@media (min-width: 1200px) {
  .container {
    width: 1150px; }

  .div-project {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  .div-project-step {
    width: 350px;
    margin: 10px;
    margin-bottom: 50px; } }
.div-control {
  position: absolute;
  z-index: 100; }

.div-carousel-cell {
  position: absolute;
  background: rgba(46, 67, 107, 0.94); }

body {
  background-color: #fff;
  color: #555;
  font-family: Fira Sans,Helvetica,Arial,sans-serif;
  font-size: 15px;
  line-height: 1.81;
  margin: 0; }

h1 {
  font-size: 47px;
  font-weight: 500;
  line-height: 1.1;
  margin: .4em 0; }

h2 {
  color: #555;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.1; }

a {
  color: cornflowerblue;
  cursor: pointer;
  text-decoration: none; }

.opacity {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.nav-bar {
  background-color: #fff;
  min-height: 60px;
  top: 0; }

.div-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 10px; }

.menu-bar {
  color: #555;
  padding: 2px; }

.menu-active {
  font-weight: bold; }

.home-button {
  position: absolute;
  border-radius: 5px;
  background-color: cornflowerblue;
  color: #fff;
  padding: 2px; }

.div-title {
  color: white;
  position: relative; }

.text-title {
  text-shadow: 0 1px 3px #000; }

.div-h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #555;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.section-container {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding-top: 30px; }

.section-container-spacer {
  margin-bottom: 30px; }

.div-project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 10px; }

.icon {
  height: 48px; }

.footer-container {
  border-top: 1px solid #eee; }

.div-bottom {
  padding-bottom: 16px; }

.contact-title {
  color: #555;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.1;
  margin-top: 10px;
  margin-bottom: 5px; }

.contact-company {
  color: #555;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5; }

.contact-address {
  color: #555;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5; }

.contact-chat {
  color: #555;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5; }

.copyright-text {
  font-size: 10px; }

.img-about {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

.signature {
  font-family: cursive;
  font-size: 36px; }

.div-container-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.div-col-2 {
  width: 48.5%; }

.span-demo {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

/* ----------------------------------------------
 * Generated by Animista on 2019-10-10 4:7:8
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation tracking-in-expand-fwd-top
 * ----------------------------------------
 */
.tracking-in-expand-fwd-top {
  -webkit-animation: tracking-in-expand-fwd-top 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: tracking-in-expand-fwd-top 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) both; }

@-webkit-keyframes tracking-in-expand-fwd-top {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px) translateY(-500px);
    transform: translateZ(-700px) translateY(-500px);
    opacity: 0; }
  40% {
    opacity: 0.6; }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    opacity: 1; } }
@keyframes tracking-in-expand-fwd-top {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px) translateY(-500px);
    transform: translateZ(-700px) translateY(-500px);
    opacity: 0; }
  40% {
    opacity: 0.6; }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    opacity: 1; } }
.hidden {
  display: none !important; }

/**
 * ----------------------------------------
 * animation tracking-in-expand-fwd-bottom
 * ----------------------------------------
 */
.tracking-in-expand-fwd-bottom {
  -webkit-animation: tracking-in-expand-fwd-bottom 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s both;
  animation: tracking-in-expand-fwd-bottom 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s both; }

@-webkit-keyframes tracking-in-expand-fwd-bottom {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px) translateY(500px);
    transform: translateZ(-700px) translateY(500px);
    opacity: 0; }
  40% {
    opacity: 0.6; }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    opacity: 1; } }
@keyframes tracking-in-expand-fwd-bottom {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px) translateY(500px);
    transform: translateZ(-700px) translateY(500px);
    opacity: 0; }
  40% {
    opacity: 0.6; }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    opacity: 1; } }
/**
 * ----------------------------------------
 * animation tracking-in-expand
 * ----------------------------------------
 */
.tracking-in-expand {
  -webkit-animation: tracking-in-expand 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1s both;
  animation: tracking-in-expand 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1s both; }

@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0; }
  40% {
    opacity: 0.6; }
  100% {
    opacity: 1; } }
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0; }
  40% {
    opacity: 0.6; }
  100% {
    opacity: 1; } }
/**
 * ----------------------------------------
 * animation roll-out-left
 * ----------------------------------------
 */
.roll-out-left {
  -webkit-animation: roll-out-left 0.6s ease-in both;
  animation: roll-out-left 0.6s ease-in both; }

@-webkit-keyframes roll-out-left {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-1000px) rotate(-540deg);
    transform: translateX(-1000px) rotate(-540deg);
    opacity: 0;
    display: none; } }
@keyframes roll-out-left {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-1000px) rotate(-540deg);
    transform: translateX(-1000px) rotate(-540deg);
    opacity: 0;
    display: none; } }
/**
 * ----------------------------------------
 * animation roll-in-left
 * ----------------------------------------
 */
.roll-in-left {
  -webkit-animation: roll-in-left 0.6s ease-out both;
  animation: roll-in-left 0.6s ease-out both; }

@-webkit-keyframes roll-in-left {
  0% {
    -webkit-transform: translateX(-800px) rotate(-540deg);
    transform: translateX(-800px) rotate(-540deg);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
    opacity: 1; } }
@keyframes roll-in-left {
  0% {
    -webkit-transform: translateX(-800px) rotate(-540deg);
    transform: translateX(-800px) rotate(-540deg);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
    opacity: 1; } }
/**
 * ----------------------------------------
 * nicolas@it-nde.com
 * ----------------------------------------
 */
div.rotate-360 {
  -webkit-perspective: 800px;
  perspective: 800px;
  -webkit-transition: 10s;
  perspective: 800px;
  transition: 10s; }

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.margin-auto {
  margin: auto; }

.div-carousel {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  max-width: 90%; }

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/**
 * ----------------------------------------
 * https://3dtransforms.desandro.com/carousel
 * ----------------------------------------
 */
* {
  box-sizing: border-box; }

.div-carousel-cell > .div-project-step > img, .div-carousel-cell > .div-project-step > h3 {
  -webkit-filter: brightness(3);
  filter: brightness(3); }

.carousel {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: transform 1s;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s; }

.carousel-background-image {
  background-size: 100% auto;
  width: 100%;
  height: 100%; }

/*# sourceMappingURL=it-nde.css.map */
