/* DEMO styles. Not needed. */
body {
  background: url(../imgs/bot/robot.png) center center;
}

.btn-warning:hover {
  background-color: #f9b03b !important;
}

section h1,
section h2,
section h3 {
  color: #382b05;
  font-size: 3vw;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #ffffff91;
}
#section2 h1 {
  font-size: 2vw;
  font-weight: 600;
  text-align: center;
  margin: 0;
  padding-top: 30px;
}
section h1 small,
section h2 small,
section h3 small {
  color: rgba(255, 255, 255, 0.75);
}
section p,
section a,
section .lead {
  color: rgba(255, 255, 255, 1);
  font-size: 1.3vw;
}
section a {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.75);
}
.about-overlay {
   /*position: absolute;
  opacity: 1;
  top: 0;bottom: 0;left: 0;right: 0;
 background-color: #563d7c;
  background: rgb(15,112,183);
  background: -moz-linear-gradient(45deg, rgba(201,222,150,.65) 0%,rgba(15,112,183,.88) 44%,rgba(7, 102, 51, .65) 100%), url(../imgs/chu_rennes1_0_0.jpg) center center;
  background: -webkit-linear-gradient(45deg, rgba(201,222,150,.65) 0%,rgba(15,112,183,.88) 44%,rgba(7, 102, 51, .65) 100%), url(../imgs/chu_rennes1_0_0.jpg) center center;
  background: linear-gradient(45deg, rgba(201,222,150,.65) 0%,rgba(15,112,183,.88) 44%,rgba(7, 102, 51, .65) 100%), url(../imgs/chu_rennes1_0_0.jpg) center center;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#076633', endColorstr='#0f70b7',GradientType=1 );
  background-size: cover;
  -webkit-animation: scale-bg 25s ease infinite;
  -moz-animation: scale-bg 25s ease infinite;
  animation: scale-bg 25s ease infinite;*/
}

.about1-overlay {
  position: absolute;
  opacity: 1;
  top: 0;bottom: 0;left: 0;right: 0;
  /*background-color: #563d7c;*/
  background: rgb(255, 255, 255);
  /* background: -moz-linear-gradient(45deg, rgba(201,222,150,.65) 0%,rgba(15,112,183,.88) 44%,rgba(7, 102, 51, .65) 100%);
  background: -webkit-linear-gradient(45deg, rgba(201,222,150,.65) 0%,rgba(15,112,183,.88) 44%,rgba(7, 102, 51, .65) 100%);
  background: linear-gradient(45deg, rgba(201,222,150,.65) 0%,rgba(15,112,183,.88) 44%,rgba(7, 102, 51, .65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#076633', endColorstr='#0f70b7',GradientType=1 ); */
}
/* 90deg,rgba(248, 248, 248, 1) 100%,rgb(255, 255, 255) 100% */

#section1 h1 {
    font-size: 3rem;
    font-weight: 600;
}

#section1 h1 small {
  font-family: 'Quicksand', sans-serif;
  font-size: 6rem;
  font-weight: 800;
  letter-spacing: -8px;
  color: #fff;
  margin: 44px 0;
  display: block;
}

#section2:after {
  /* background-color: #ccc; */

}

#section2 {
  position: relative; 
  background: url(../imgs/side-bg-img.png) no-repeat #fffdb9;
  background-position-y: center; 
}

.services-overlay {
  /* animation: scale-bg 2s .5s cubic-bezier(0, 0.5, 0, 1) forwards; */
  background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,.8)),
              url(../imgs/chu_rennes1_0_0.jpg) no-repeat bottom;
  background-size: cover;
  position: absolute;
  top: 0;left: 0;right: 0;bottom: 0;
  opacity: 1;
  overflow: hidden;
  transform: scale(1);
}

@keyframes scale-bg {
  0% {
   /*  opacity: 0; */
    transform: scale(1);
  }
  100% {
    /* opacity: 1; */
    transform: scale(1.2);
  }
}

#section3 {
  background: #fff;
}

.contact-overlay {
  position: absolute;
  opacity: 0.88;
  top: 0;bottom: 0;left: 0;right: 0;
  /*background-color: #563d7c;*/
  background: rgb(15,112,183);
  background: -moz-linear-gradient(45deg, rgba(201,222,150, 0.53) 0%,rgba(15,112,183,1) 44%,rgba(7, 102, 51, 0.53) 100%), url(../imgs/hopital-cybersecurite-vitale.jpg) center center;
  background: -webkit-linear-gradient(45deg, rgba(201,222,150, 0.53) 0%,rgba(15,112,183,1) 44%,rgba(7, 102, 51, 0.53) 100%), url(../imgs/hopital-cybersecurite-vitale.jpg) center center;
  background: linear-gradient(45deg, rgba(201,222,150, 0.53) 0%,rgba(15,112,183,1) 44%,rgba(7, 102, 51, 0.53) 100%), url(../imgs/hopital-cybersecurite-vitale.jpg) center center;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#076633', endColorstr='#0f70b7',GradientType=1 );
  -webkit-animation: Gradient 15s ease infinite;
  -moz-animation: Gradient 15s ease infinite;
  animation: Gradient 15s ease infinite;
}


/************* CUSTOM **************/
.white {
  color: white;
}
.black {
  color: black;
}
.contact-txt{
  font-size: 1.5rem;
}
.btn-warning {
  background: #f9b03b;
}
button, .button-test {
    background: #f9b03b;
    border: none;
    color: #000000;
    padding: 11px 25px;
    margin: 25px 0;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Quicksand', sans-sérif;
    text-decoration: none;
}
.button-test:hover {
  color: #000000;
  text-decoration: none;
}
.navbar.custom {
    background: rgba(254, 246, 187, 0);
    height: 75px;
    line-height: 75px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display:-flex;
    align-items: center;
}

.custom .navbar-brand {
    float: left;
    height: 50px;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 0px;
}

.navbar-nav {
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  font-size: 2rem;
}

.navbar-inverse .navbar-nav > li > a {
  color: #000;
  font-weight: 500;
  font-family: 'Quicksand', sans-sérif;
}

.navbar-inverse {
  border-color: rgba(254, 246, 187, 0.32);
}

.navbar-inverse .navbar-nav > li > a:hover {
  color: #000 !important;
}
.navbar-inverse .navbar-nav > li > a:focus {
  color: rgb(255, 255, 255) !important;
}

.flexi {
    display: flex;
    align-items: center;
}

.box.left {
  float: right;
  
}
.box.left img , .box.right img {
    width: 57px;
    float: right;
    margin: 0 25px;
}

.box.left h3, .box.right h3 {
    font-size: 2rem;
    color: #000;
}

.text-center.head-txt {
    font-family: 'Quicksand', sans-sérif;
    font-size: 4rem;
    /*color: black;*/
    font-weight: bolder;
    margin-top: 10%;
    text-transform: uppercase;
    letter-spacing: -5px;
    background: -moz-linear-gradient(45deg, rgba(201,222,150,1) 0%,rgba(15,112,183,1) 44%,rgb(7, 102, 51) 100%);
    background: -webkit-linear-gradient(45deg, rgba(201,222,150,1) 0%,rgba(15,112,183,1) 44%,rgb(7, 102, 51) 100%);
    background: linear-gradient(45deg, rgba(201,222,150,1) 0%,rgba(15,112,183,1) 44%,rgb(7, 102, 51) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative; 
}
.text-center.head-txt:after {
  content: '';
  position: absolute;
  display: block;
  width: 200px;
  height: 8px;
  top: 60px;
  left: calc(50% - (200px/2));
  border-radius: 25px;
    background: -moz-linear-gradient(45deg, rgba(201,222,150,1) 0%,rgba(15,112,183,1) 44%,rgb(7, 102, 51) 100%);
    background: -webkit-linear-gradient(45deg, rgba(201,222,150,1) 0%,rgba(15,112,183,1) 44%,rgb(7, 102, 51) 100%);
    background: linear-gradient(45deg, rgba(201,222,150,1) 0%,rgba(15,112,183,1) 44%,rgb(7, 102, 51) 100%);
}

.text-center.head-txt1 {
    font-family: 'Quicksand', sans-sérif;
    font-size: 4rem;
    color: white;
    font-weight: bolder;
    margin-top: 10%;
    text-transform: uppercase;
    letter-spacing: -5px;
    position: relative; 
}
.text-center.head-txt1:after {
  content: '';
  position: absolute;
  display: block;
  width: 200px;
  height: 8px;
  top: 60px;
  left: calc(50% - (200px/2));
  border-radius: 25px;
    background: -moz-linear-gradient(45deg, rgba(201,222,150,1) 0%,rgba(15,112,183,1) 44%,rgb(7, 102, 51) 100%);
    background: -webkit-linear-gradient(45deg, rgba(201,222,150,1) 0%,rgba(15,112,183,1) 44%,rgb(7, 102, 51) 100%);
    background: linear-gradient(45deg, rgba(201,222,150,1) 0%,rgba(15,112,183,1) 44%,rgb(7, 102, 51) 100%);
}

.about1 .head-txt {
  margin-bottom: 45px;
  text-align: left;
}
.about1 .head-txt:after {
  content: '';
  position: absolute;
  display: block;
  width: 200px;
  height: 8px;
  top: 60px;
  left: 0;
  border-radius: 25px;
    background: -moz-linear-gradient(45deg, rgba(201,222,150,1) 0%,rgba(15,112,183,1) 44%,rgb(7, 102, 51) 100%);
    background: -webkit-linear-gradient(45deg, rgba(201,222,150,1) 0%,rgba(15,112,183,1) 44%,rgb(7, 102, 51) 100%);
    background: linear-gradient(45deg, rgba(201,222,150,1) 0%,rgba(15,112,183,1) 44%,rgb(7, 102, 51) 100%);
}

.img-slider {
  position: relative;
  
}

.img-slider .global {
  width: 125%;
  
}

.abs {
  position: absolute;
  width: 100px;height: 100px;
  background: #000;bottom: 0;left: 0;
}

.abs-img1, .abs-img2, .abs-img3, .abs-img4, .abs-img5, .abs-img6, .abs-img7, .abs-img8 {
  position: absolute;
}

.abs-img1 {
  width: 110px;
  top: 145px;left: 92px;
}
.abs-img2 {
  width: 119px;
  top: 22px;
  left: 43px;
}
.abs-img3 {
  width: 90px;
  top: 50px;
  left: 170px;
}
.abs-img4 {
  width: 76px;
  top: 232px;
  left: 16px;
}
.abs-img5 {
  width: 101px;
  top: 259px;
  left: 122px;
}
.abs-img6 {
  width: 87px;
  top: 5px;
  left: 295px;
}
.abs-img7 {
  width: 82px;
  top: 20px;
  right: -102px;
}
.abs-img8 {
  width: 70px;
  bottom: 17px;
  right: -101px;
}



.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    border-radius: 25px;
    background: -moz-linear-gradient(45deg,rgba(15,112,183,1) 44%,rgb(7, 102, 51) 100%);
    background: -webkit-linear-gradient(45deg,rgba(15,112,183,1) 44%,rgb(7, 102, 51) 100%);
    background: linear-gradient(45deg,rgba(15,112,183,1) 44%,rgb(7, 102, 51) 100%);
}

/**************** ANIMATION *********************/
@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}

@-moz-keyframes Gradient {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}

@keyframes Gradient {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}

/******
CUSTOM
*****/
.ml-15 {
  margin-left: 15px;
}
.navbar-brand>img {
  display: block;
  height: 50px;
  margin-top: -15px;
}
.navbar-nav {
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  font-size: 1.5rem;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  border-radius: 8px;
  background: -moz-linear-gradient(45deg,rgb(51, 51, 51) 44%,rgb(127, 86, 40) 100%);
  background: -webkit-linear-gradient(45deg,rgb(51, 51, 51) 44%,rgb(127, 86, 40) 100%);
  background: linear-gradient(45deg,rgb(51, 51, 51) 44%,rgb(127, 86, 40) 100%);
}
.desc {
  font-size: 1.8rem;
  margin: 50px 0;
  color: #fff;
}
/************
NTEABOT
****************/
.hello {
  position: relative; 
  height: 100vh;
}
.nteabox {
  width: 55%;
  position: absolute;
  bottom: -100px;
  opacity: 1;
  left: 180px;
}

.img-slider video{
  display: none;
}
.img-slider img {
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.59);
  border: none;
  margin: auto;
  display: block;
  border-radius: 13px;
  width: 414px;
}

#section1 .section-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.bg-gradient-primary {
  background: -webkit-linear-gradient(50deg, #7f5628 0, #ffc600 100%) !important;
  background: -moz-linear-gradient(50deg, #7f5628 0, #ffc600 100%) !important;
  background: -o-linear-gradient(50deg, #7f5628 0, #ffc600 100%) !important;
  background: linear-gradient(50deg, #7f5628 0, #ffc600 100%), url('../imgs/bot/banner-2.jpg') !important;
}
.bg-gradient-secondary {
  background: url('../imgs/bot/bg-nteabot-2.svg') repeat-x top !important; 
  background-size: 100%;
}

@media (min-width: 1200px) {
  #section1 .section-inner {
    top: -55%;
    left: -1rem;
    width: 130%;
    height: 124%;
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
    border-bottom-left-radius: 3rem;
  }
}

@media (min-width: 992px) {
  #section1 .section-inner {
    background: inherit;
    overflow: hidden;
  }
}

.card {
  position: relative;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFF;
  background-clip: border-box;
  border: 1px solid #EFF2F7;
  border-radius: 0.375rem;
}
.card img {
  width: 60px;
}
#section3 button {
  position: absolute;
    z-index: 3;
    padding: 15px;
    font-weight: 600;
    /* left: 50%; */
    font-size: 2rem;
    right: -43px;
    min-width: 150px;
    /* margin-left: -75px; */
    top: 50%;
    min-height: 50px;
    margin-top: -25px;
    box-shadow: 1px 1px 50px 0px rgba(0, 0, 0, 0.35);
}

.translate-y-n10, .hover-translate-y-n10:hover {
  -webkit-transform: translateY(-10px) !important;
  -ms-transform: translateY(-10px) !important;
  transform: translateY(-10px) !important;
}

.hover-shadow-lg:hover {
  -webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
}

.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}

.pt-5, .py-5 {
  padding-top: 3rem !important;
}
.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}
.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}

[class*=shadow] {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[class*=hover-] {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

h4, h5, h6, .h4, .h5, .h6 {
  font-weight: 600;
}

h5, .h5 {
  font-size: 1.25rem;
}

.bg-absolute-cover {
  background-repeat: no-repeat;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.fill-cyan {
  fill: #4bd6e5 !important;
  -webkit-animation: floating 3s ease infinite;
  animation: floating 4.5s ease infinite;
  will-change: transform;
  -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.fill-pink {
  fill: #f074ad !important;
  -webkit-animation: floating 3s ease infinite;
  animation: floating 4s ease infinite;
  will-change: transform;
  -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.fill-yellow {
  fill: #ffcc00 !important;
      -webkit-animation: floating 3s ease infinite;
    animation: floating 3s ease infinite;
    will-change: transform;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.fill-blue {
  fill: #2684FF !important;
      -webkit-animation: floating 3s ease infinite;
    animation: floating 3s ease infinite;
    will-change: transform;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.fill-purple {
  fill: #510FA8 !important;
      -webkit-animation: floating 3s ease infinite;
    animation: floating 3s ease infinite;
    will-change: transform;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

/* SECTION 3 */
.floating {
  -webkit-animation: floating 3s ease infinite;
          animation: floating 3s ease infinite;
  will-change: transform;
}
.floating:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.floating-lg {
  -webkit-animation: floating-lg 3s ease infinite;
          animation: floating-lg 3s ease infinite;
}

.floating-sm {
  -webkit-animation: floating-sm 3s ease infinite;
          animation: floating-sm 3s ease infinite;
}

@-webkit-keyframes floating-lg {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes floating-lg {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
            opacity: 1;
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes floating {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes floating-sm {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes floating-sm {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.has-floating-items {
  padding-bottom: 18rem !important;
}
.has-floating-items svg {
  height: auto;
}

@media (min-width: 768px) {
  .has-floating-items {
    padding-bottom: 18rem !important;
  }
}
.floating-items {
  position: relative;
  left: 50%;
  margin-left: -570px;
  z-index: 10;
  bottom: 200px;
}

.icon-floating {
  position: absolute;
  text-align: center;
  -webkit-box-shadow: 0 30px 40px 0 rgba(31, 45, 61, 0.1);
          box-shadow: 0 30px 40px 0 rgba(31, 45, 61, 0.1);
  border-radius: 50%;
}
.icon-floating svg {
  width: 50px;
}
.icon-floating span {
  height: 100%;
  width: 68%;
  margin-top: 17px;
}
.icon-floating img {
  max-width: 100%;
}
.icon-floating span,
.icon-floating img {
  display: inline-block;
  vertical-align: middle;
}

.icon-floating:nth-child(1) {
  top: 140px;
  left: -60px;
  width: 120px;
  height: 120px;
}
.icon-floating:nth-child(2) {
  top: 200px;
  left: 180px;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.icon-floating:nth-child(3) {
  top: 120px;
  left: 480px;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.icon-floating:nth-child(4) {
  top: 210px;
  left: 680px;
  width: 140px;
  height: 140px;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.icon-floating:nth-child(5) {
  top: 100px;
  left: 920px;
  width: 100px;
  height: 100px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.icon-floating:nth-child(6) {
  top: 200px;
  left: 1120px;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.icon-sm svg {
  width: 36px;
}

.icon-lg svg {
  width: 76px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .icon-floating:nth-child(1), .icon-floating:nth-child(6) {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .icon-floating:nth-child(1), .icon-floating:nth-child(2), .icon-floating:nth-child(3) {
    display: none;
  }
  .icon-floating:nth-child(4), .icon-floating:nth-child(5), .icon-floating:nth-child(6) {
    width: 100px;
    height: 100px;
    top: 80px;
  }
  .icon-floating:nth-child(4) {
    left: 300px;
  }
  .icon-floating:nth-child(5) {
    left: 500px;
  }
  .icon-floating:nth-child(6) {
    left: 700px;
  }
  .icon-floating svg {
    width: 40px;
  }
}
@media (max-width: 767.98px) {
  .icon-floating:nth-child(4), .icon-floating:nth-child(5), .icon-floating:nth-child(6) {
    width: 80px;
    height: 80px;
    top: 80px;
  }
  .icon-floating:nth-child(4) {
    left: 400px;
  }
  .icon-floating:nth-child(5) {
    left: 530px;
  }
  .icon-floating:nth-child(6) {
    left: 660px;
  }
}
.floating-color {
  position: absolute;
  background-color: #ffffff;
  -webkit-box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 50%;
  -webkit-animation: floating 3s ease infinite;
          animation: floating 3s ease infinite;
}
.floating-color span {
  display: inline-block;
  border-radius: 20px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

.floating-color:nth-child(1) {
  top: 140px;
  left: -60px;
  width: 120px;
  height: 120px;
}
.floating-color:nth-child(2) {
  top: 200px;
  left: 180px;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.floating-color:nth-child(3) {
  top: 120px;
  left: 480px;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.floating-color:nth-child(4) {
  top: 210px;
  left: 680px;
  width: 140px;
  height: 140px;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.floating-color:nth-child(5) {
  top: 100px;
  left: 920px;
  width: 100px;
  height: 100px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.floating-color:nth-child(6) {
  top: 200px;
  left: 1120px;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.bg-white {
  /* top: 200px; */
  /* left: 1120px; */
  /* width: 80px; */
  /* height: 80px; */
  /* -webkit-animation-delay: 2.5s; */
  /* animation-delay: 2.5s; */
  background-color: #fff !important;
}

.nteabot-process {
  width: 70%;
  border-radius: 25px;
  position: relative;
    margin: auto;
    z-index: 1;
  box-shadow: 1px 1px 70px 0px rgba(0, 0, 0, 0.47);
}

.nteadoc {
  position: relative;
}
.nteadoc .nteabot {
  width: 25%;
  position: absolute;
  transform: scaleX(-1) rotate(35deg);
  left: -55px;
  top: 20px;
  z-index: 0;
}



/*******************
ROBOT ANIM
*********************/
.robot svg {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: 0 auto;
  margin-left: -300px;
  transform: scale(0.6) translate(0, -100%);
  transform-origin: center;
  height: 800px;
  width: 600px;
}

.credit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: rgba(255,255,255,0.3);
}

.credit a {
  color: rgba(255,255,255,0.6);
}

@-webkit-keyframes robot_bounce{

		0%{
		transform:translateY(80px)}

		100%{
		transform:translateY(30px)}}

		@keyframes robot_bounce{

		0%{
		transform:translateY(80px)}

		100%{
		transform:translateY(30px)}}

		@-webkit-keyframes shadow{

		0%{ 
		transform:scale(1.5,1.2); 
	}

		100%{
		transform:scale(1,1); 
	}}

		@keyframes shadow{

		0%{
		transform:scale(1.5,1.2); 
		opacity:0.4}

		100%{
		transform:scale(1,1); 
		opacity:0.2}}

		@-webkit-keyframes arms_bounce_left{

		0%{
		transform:rotate(0deg)}

		100%{
		transform:rotate(-15deg)}}

		@keyframes arms_bounce_left{

		0%{
		transform:rotate(0deg)}

		100%{
		transform:rotate(-15deg)}}

		@-webkit-keyframes arms_bounce_right{

		0%{
		transform:rotate(0deg)}

		100%{
		transform:rotate(15deg)}}

		@keyframes arms_bounce_right{

		0%{
		transform:rotate(0deg)}

		100%{
		transform:rotate(15deg)}}

		@-webkit-keyframes eyes_blink{

		0%{
		transform:scale(1,1)}

		90%{ 
		transform:scale(1,1)}

		95%{
		transform:scale(0.8,0)}

		100%{
		transform:scale(1,1)}}

		@keyframes eyes_blink{

		0%{
		transform:scale(1,1)}

		90%{
		transform:scale(1,1)}

		95%{
		transform:scale(0.8,0)}

		100%{
		transform:scale(1,1)}}

		#body{
		animation:robot_bounce 1.1s ease-in-out 0s infinite alternate}

		#head{
		animation:robot_bounce 1.1s ease-in-out 0.05s infinite alternate}

		#arms{
		animation:robot_bounce 1.1s ease-in-out 0.1s infinite alternate}

		#arms #left{
		transform-origin:center right; 
		animation:arms_bounce_left 1.1s ease-in-out 0s infinite alternate}

		#arms #right{
		transform-origin:center left; 
		animation:arms_bounce_right 1.1s ease-in-out 0s infinite alternate}

		#eyes ellipse{
		transform-origin:center center; 
		animation:eyes_blink 2s ease-out 0s infinite alternate}

		#hover ellipse{
		transform-origin:center center; 
    animation:shadow 1.1s ease-in-out 0s infinite alternate}
    

/**********
CHATBOT PROCESS
**************/

#section2 svg.process {
  position: absolute;
  width: 200%;
  left: -218px;
  top: 100px;
  z-index: 1;
}
#section2 .main, #section2 .main1 {
  position: absolute;
  width: 215%; 
  top: 343px; /* -263px*/
  left: -236px; /* 42px*/
  z-index: 0;
}
#section2 .main1 {
  /* z-index: 2 !important; */
}

.st10 {
  fill: none;
  stroke: #5EE25C;
  stroke-width: 13;
  stroke-linecap: round;
  stroke-miterlimit: 45;
  stroke-dasharray: 12,40,12,40,12,40;
  -webkit-animation: dash 3s ease alternate infinite;
  animation: dash 3s ease alternate infinite;
  will-change: transform;
  -webkit-animation-delay: 0.4s;
  animation-delay: 1.8s;
}
.st7 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 7;
  stroke-linecap: round;
  stroke-miterlimit: 45;
  stroke-dasharray: 50,40,12,40,12,40;
  -webkit-animation: dash1 4s ease alternate-reverse infinite;
  animation: dash1 4s ease alternate-reverse infinite;
}
.st8 {
  fill: none;
  stroke: #FABF33;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 50,40,12,40,12,40;
  animation: dash1 4s linear infinite;
}
.st9 {
  fill: none;
  stroke: #E7606F;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 50,40,12,40,12,40;
  animation: dash1 6s linear reverse infinite;
}

g#tete, g#bot {
  animation: floating 3s ease infinite;
}
g#tete {
  animation-delay: 1s;
}
g#bot {
  animation-delay: 1.5s;
}

g#bulle1 {
  animation: scale1 1s alternate infinite; 
  animation-delay: 8s;
  transform-origin: 50% 70%;
  transform: scale(0);
}
g#bulle2 {
  animation: scale1 1s alternate infinite; 
  animation-delay: 5s;
  transform-origin: 50% 40%;
  transform: scale(0);
}

@keyframes dash {
  to {
    stroke-dashoffset: 1000;
  }
}
@keyframes dash1 {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 1000;
  }
}

@keyframes scale1 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }}