body {
  padding: 0px;
  margin: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #FFF;
  overflow-x: hidden; overflow-y: auto;
}

a {
  color: #9bd2db;
}

h1, h2 {
  padding: 0px;
  margin: 0px;
}

.tms_header {
  background: url(images/bk-haut.jpg) fixed top center;
  background-size:cover;
  min-height: 793px;
  height: 793px;
  position: relative;
  width: 100%;

}


.tms_header2 {
  background: url(images/bk-haut.jpg) #000 no-repeat top center;
  position: relative;
  width: 100%;
}

.tms_curve_hg {
  background: url(images/header-hg.png);
  width: 739px;
  height: 70px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.tms_curve_hd {
  background: url(images/header-hd.png);
  width: 342px;
  height: 408px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.tms_curve_bas {
  background: url(images/header-bas.png) top center;
  width: 100%;
  height: 315px;
  position: absolute;
  bottom: 0px;
  margin: 0 auto;
}

.tms_header_container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.tms_header_container_menu {
  position: absolute;
  top: 80px;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
  transition: 1s;
}

.tms_header_logo {
  float: left;
  padding-top: 3px;
  padding-left: 20px;
  padding-right: 20px
}

.tms_header_menu {
  float: left;
  display: table;
  height: 45px;
  width: 1070px;
  animation: greyscale-fade-in 5s ease-in infinite;
}

@keyframes greyscale-fade-in {
  0% {
    -webkit-filter: grayscale(0%);
    color: #9bd2db;
  }
  50% {
    -webkit-filter: grayscale(100%);
  }
  100% {
    -webkit-filter: grayscale(0%);
    color: #9bd2db;
  }
}

.tms_header_container_fixed {
  position: fixed!important;
  top: 10px!important;
}

.tms_header_menu a {
  display: table-cell;
  text-align: center;
  line-height: 45px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Julius Sans One', sans-serif;
  font-size: 13px;
  color: #c0cad4;
  transition: 0.5s;
}

.tms_header_menu a:hover {
  color: #FFF;
  background: rgba(62,187,225,0.2);
  border-bottom: 2px solid #c05fe5;
  transition: 0.5s;
}

.tms_header_menu a:focus {
  color: #c05fe5;
  background: black;
  border-bottom: 2px solid #c05fe5;
  transition: 0.5s;
}

.tms_header_menu a:last-child {
  color: #3ebbe1;
}

.tms_header_menu a:last-child:hover {
  color: #c05fe5;
}

.tms_header_text {
  z-index: 999;
  position: absolute;
  top: 170px;
  padding-left: 90px;
  margin-left: 65px;
  height: 320px;
  padding-top: 60px;
  background: url(images/big-play.png) no-repeat bottom left;
}

.tms_header_text_content h1 {
  padding: 10px 0px 0px 0px;
  font-size: 17px;
  font-weight: normal;
}

.tms_header_text_content h1 b {
  color: #3ebbe1;
}

.tms_header_text_content h2 {
  padding: 10px 0px 15px 0px;
  font-size: 15px;
  font-weight: normal;
  width: 450px;
}

.tms_btn_play {
  color: #c05fe5;
  background: url(images/play.png) no-repeat right 12px center;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #c05fe5;
  border-radius: 20px;
  padding: 5px 30px 5px 15px;
  transition: 0.5s;
  margin-right: 5px;
}

.tms_btn_play:hover {
  color: #3ebbe1;
  border: 1px solid #3ebbe1;
  background: url(images/play_blue.png) no-repeat right 9px center;
  transition: 0.5s;
}

.tms_btn_blue {
  color: #3ebbe1;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #3ebbe1;
  border-radius: 20px;
  padding: 5px 15px;
  transition: 0.5s;
}

.tms_btn_blue:hover {
  color: #c05fe5;
  border: 1px solid #c05fe5;
  transition: 0.5s;
}

.tms_header_slider {
  z-index: 0;
  width: 825px;
  height: 725px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.tms_header_slider_01, .tms_header_slider_02, .tms_header_slider_03, .tms_header_slider_04 {
  position: absolute;
  width: 852px;
  height: 725px;
}

.tms_header_slider_01 {
  background: url(images/body_1.png)no-repeat center;
  background-size: cover;
  animation: fade 20s infinite;
  -webkit-animation: fade 20s infinite;
}

.tms_header_slider_02 {
  background: url(images/body_2.png)no-repeat center;
  background-size: cover;
  animation: fade2 20s infinite;
  -webkit-animation: fade2 20s infinite;
}

.tms_header_slider_03 {
  background: url(images/body_3.png)no-repeat center;
  background-size: cover;
  animation: fade3 20s infinite;
  -webkit-animation: fade3 20s infinite;
}

.tms_header_slider_04 {
  background: url(images/body_4.png)no-repeat center;
  background-size: cover;
  animation: fade4 20s infinite;
  -webkit-animation: fade4 20s infinite;
}

@keyframes fade {
  0% {
    opacity: 1
  }
  25% {
    opacity: 0
  }
  50% {
    opacity: 0
  }
  75% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@keyframes fade2 {
  0% {
    opacity: 0
  }
  25% {
    opacity: 1
  }
  50% {
    opacity: 0
  }
  75% {
    opacity: 0
  }
  100% {
    opacity: 0
  }
}

@keyframes fade3 {
  0% {
    opacity: 0
  }
  25% {
    opacity: 0
  }
  50% {
    opacity: 1
  }
  75% {
    opacity: 0
  }
  100% {
    opacity: 0
  }
}

@keyframes fade4 {
  0% {
    opacity: 0
  }
  25% {
    opacity: 0
  }
  50% {
    opacity: 0
  }
  75% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

.tms_solution {
  width: 100%;
  height: 650px;
  background: url(images/bk-solution.jpg) no-repeat center;
}

.tms_solution_container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.tms_solution_text {
  width: 50%;
  float: right;
  padding-top: 50px;
}

.tms_solution h2 {
  background: url(images/sep-solution.png) no-repeat top 30px center;
  animation: greyscale-fade-in 5s ease-in infinite;
  width: 346px;
  height: 95px;
  text-align: center;
  font-family: 'Julius Sans One', sans-serif;
  font-weight: 300;
  font-size: 45px;
  color: #c0cad4;
  margin-left: -30px;
}

.tms_solution span {
  display: block;
  margin-bottom: 25px;
}

.tms_solution span b {
  font-weight: normal;
  color: #3ebbe1;
}

.tms_solution_video {
  position: absolute;
  top: 88px;
  left: -25px;
  transform: perspective(800px) rotateY(8deg) rotateX(-2deg) rotateZ(-1deg);
}

.tms_solution_video video {
  object-fit: fill;
  height: 290px;
}

.tms_solution_video:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #171d25;
}

.btn_plus_1 {
  color: #FFF;
  position: relative;
  text-decoration: none;
  background: #c05fe5;
  border-radius: 30px;
  padding: 5px 20px;
  max-width: 80px;
}

.btn_plus_1:hover {
  color: #FFF;
  text-decoration: none;
  border-radius: 30px;
  padding: 5px 20px;
}

.tms_chiffres {
  background: url(images/bk-dark-right-light.jpg) no-repeat fixed top center;

  background-size:cover;
  height: 570px;
  width: 100%;
}

.tms_chiffres_container {
  width: 1200px;
  margin: 0 auto;
  display: table;
  padding-top: 120px;
}

.tms_chiffres_1, .tms_chiffres_2, .tms_chiffres_3 {
  width: 33%;
  display: table-cell;
}

.tms_chiffres_1, .tms_chiffres_3 {
  width: 329px;
  height: 326px;
  position: relative;
}

.tms_chiffres_1:hover:after, .tms_chiffres_2:hover:after, .tms_chiffres_3:hover:after {
  background: url(images/circle-data-3.png) no-repeat top center;
  transition: 0.5s;
}

.tms_chiffres_1:hover .tms_chiffres_big, .tms_chiffres_2:hover .tms_chiffres_big, .tms_chiffres_3:hover .tms_chiffres_big {
  color: #3ebbe1;
  transition: 0.5s;
}

.tms_chiffres_1:after, .tms_chiffres_3:after {
  content: "";
  background: url(images/circle-data-2.png) no-repeat top center;
  animation: rotatebg 30s linear infinite;
  width: 329px;
  height: 326px;
  position: absolute;
  top: 0px;
  left: 30px;
  transition: 0.5s;
}

.tms_chiffres_2 {
  width: 329px;
  height: 326px;
  position: relative;
}

.tms_chiffres_2:after {
  content: "";
  background: url(images/circle-data-1.png) no-repeat top center;
  animation: rotatebg2 30s linear infinite;
  width: 329px;
  height: 326px;
  position: absolute;
  top: 0px;
  left: 30px;
  transition: 0.5s;
}

@keyframes rotatebg {
  0% {
    transform: rotate(0deg)
  }
  100% {
    transform: rotate(360deg)
  }
}

@keyframes rotatebg2 {
  0% {
    transform: rotate(0deg)
  }
  100% {
    transform: rotate(-360deg)
  }
}

.tms_chiffres_big {
  padding-top: 90px;
  text-align: center;
  margin: 0 auto;
  transition: 0.5s;
}

.tms_chiffres_big_number {
  font-size: 60px;
  font-weight: bold;
  display: inline-block;
}

.tms_chiffres_big_after {
  font-family: 'Julius Sans One', sans-serif;
  font-weight: 300;
  font-size: 30px;
  display: inline-block;
}

.tms_chiffres_text {
  width: 300px;
  text-align: center;
  margin: 0 auto;
}

.tms_chiffres_text b {
  font-weight: normal;
  color: #3ebbe1;
  transition: 0.5s;
}

.tms_sep_black_to_blue {
  width: 100%;
  height: 2px;
  background: url(images/sep-black-to-blue.png) no-repeat top center;
}

.tms_sep_blue_to_black {
  width: 100%;
  height: 2px;
  background: url(images/sep-blue-to-black.png) no-repeat top center;
}

.tms_combinaison {
  width: 100%;
  height: 737px;
  position: relative;
  background: url(images/bk-combinaison2.jpg) no-repeat top center;
  box-sizing: border-box;
  overflow: hidden;
}

.tms_combinaison_anim1 {
  width: 100%;
  height: 737px;
  background: url(images/bk-combinaison2.jpg) no-repeat top center;
  position: absolute;
  top: 0px;
  left: 0px;
  animation: fadecombi1 10s infinite;
  -webkit-animation: fadecombi1 10s infinite;
}

.tms_combinaison_anim2 {
  width: 100%;
  height: 737px;
  background: url(images/bk-combinaison3.jpg) no-repeat top center;
  position: absolute;
  top: 0px;
  left: 0px;
  animation: fadecombi2 10s infinite;
  -webkit-animation: fadecombi2 10s infinite;
}

.tms_combinaison_mobile_anim1 {
  width: 100%;
  height: 350px;
  background: url(images/mobile_combinaison1.jpg) no-repeat top center;
  position: absolute;
  top: 0px;
  left: 0px;
  animation: fadecombi1 10s infinite;
  -webkit-animation: fadecombi1 10s infinite;
}

.tms_combinaison_mobile_anim2 {
  width: 100%;
  height: 350px;
  background: url(images/mobile_combinaison2.jpg) no-repeat top center;
  position: absolute;
  top: 0px;
  left: 0px;
  animation: fadecombi2 10s infinite;
  -webkit-animation: fadecombi2 10s infinite;
}

@keyframes fadecombi1 {
  0% {
    opacity: 1
  }
  35% {
    opacity: 1
  }
  50% {
    opacity: 0
  }
  85% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@keyframes fadecombi2 {
  0% {
    opacity: 0
  }
  35% {
    opacity: 0
  }
  50% {
    opacity: 1
  }
  85% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

.tms_combinaison_container {
  width: 1200px;
  margin: 0 auto;
}

.tms_combinaison_text {
  width: 60%;
  float: left;
  padding-top: 160px;
  text-align: right;
}

.tms_combinaison h2 {
  background: url(images/sep-combinaison.png) no-repeat top 30px center;
  animation: greyscale-fade-in 5s ease-in infinite;
  width: 443px;
  float: right;
  height: 95px;
  text-align: center;
  font-family: 'Julius Sans One', sans-serif;
  font-weight: 300;
  font-size: 45px;
  color: #c0cad4;
  margin-right: -30px;
}

.tms_combinaison span {
  clear: both;
  display: block;
  margin-bottom: 25px;
}

.tms_combinaison span b {
  font-weight: normal;
  color: #3ebbe1;
}

.tms_combinaison_armor-lux {
  background: url(images/armor-lux.png) no-repeat;
  width: 222px;
  height: 115px;
  position: absolute;
  right: 0px;
  top: 622px;
}

.tms_combinaison_container {
  position: relative;
}

.btn_plus_2 {
  color: #FFF;
  position: relative;
  text-decoration: none;
  background: #c05fe5;
  border-radius: 30px;
  max-width: 80px;
  float: right;
  padding: 5px 20px;
}

.btn_plus_2:hover {
  color: #FFF;
  text-decoration: none;
  border-radius: 30px;
  padding: 5px 20px;
}

.tms_avantages {
  height: 777px;
  width: 100%;
  background: url(images/bk-dark-left-light.jpg) no-repeat fixed center;

  background-size:cover;
}

.tms_avantages_container {
  width: 1200px;
  margin: 0 auto;
  padding-top: 90px;
}

.tms_avantages h2 {
  background: url(images/sep-avantages.png) no-repeat top 30px center;
  animation: greyscale-fade-in 5s ease-in infinite;
  width: 665px;
  height: 95px;
  text-align: center;
  font-family: 'Julius Sans One', sans-serif;
  font-weight: 300;
  font-size: 45px;
  color: #c0cad4;
  margin: 0 auto;
}

.tms_avantages_icones {
  padding-top: 30px;
  display: table;
  padding-bottom: 50px;
}

.tms_avatages_icones_container {
  display: table-cell;
  width: 33%;
  cursor: default;
}

#icone1 .tms_avatages_icones_container_image {
  width: 97px;
  height: 97px;
  background: url(images/ico-1.png) no-repeat center;
  margin: 0 auto;
  transition: 0.5s;
}

#icone1:hover .tms_avatages_icones_container_image {
  background: url(images/ico-1-h.png) no-repeat center;
  transition: 0.5s;
}

#icone1:hover b, #icone2:hover b, #icone3:hover b, #icone4:hover b, #icone5:hover b, #icone6:hover b {
  color: #c05fe5;
  transition: 0.5s;
}

#icone2 .tms_avatages_icones_container_image {
  width: 90px;
  height: 90px;
  background: url(images/ico-2.png) no-repeat center;
  transition: 0.5s;
  margin: 0 auto;
}

#icone2:hover .tms_avatages_icones_container_image {
  background: url(images/ico-2-h.png) no-repeat center;
  transition: 0.5s;
}

#icone3 .tms_avatages_icones_container_image {
  width: 91px;
  height: 91px;
  background: url(images/ico-3.png) no-repeat center;
  transition: 0.5s;
  margin: 0 auto;
}

#icone3:hover .tms_avatages_icones_container_image {
  background: url(images/ico-3-h.png) no-repeat center;
  transition: 0.5s;
}

#icone4 .tms_avatages_icones_container_image {
  width: 98px;
  height: 91px;
  background: url(images/ico-4.png) no-repeat center;
  transition: 0.5s;
  margin: 0 auto;
}

#icone4:hover .tms_avatages_icones_container_image {
  background: url(images/ico-4-h.png) no-repeat center;
  transition: 0.5s;
}

#icone5 .tms_avatages_icones_container_image {
  width: 101px;
  height: 91px;
  background: url(images/ico-5.png) no-repeat center;
  transition: 0.5s;
  margin: 0 auto;
}

#icone5:hover .tms_avatages_icones_container_image {
  background: url(images/ico-5-h.png) no-repeat center;
  transition: 0.5s;
}

#icone6 .tms_avatages_icones_container_image {
  width: 85px;
  height: 95px;
  background: url(images/ico-6.png) no-repeat center;
  transition: 0.5s;
  margin: 0 auto;
}

#icone6:hover .tms_avatages_icones_container_image {
  background: url(images/ico-6-h.png) no-repeat center;
  transition: 0.5s;
}

.tms_avatages_icones_container {
  text-align: center;
}

.tms_avatages_icones_container span {
  display: block;
  padding: 20px 50px;
}

.tms_avatages_icones_container b {
  font-weight: normal;
  color: #3ebbe1;
  transition: 0.5s;
}

.tms_analyse {
  width: 100%;
  height: 661px;

    -webkit-animation: bkstats 13s infinite;
  animation: bkstats 13s infinite;
  box-sizing: border-box;
}


@-webkit-keyframes bkstats {
  0% {
  background: url(images/bk-stats.jpg) no-repeat center;
  }
  40% {
  background: url(images/bk-stats.jpg) no-repeat center;
  }
  50% {
  background: url(images/bk-stats2.jpg) no-repeat center;
  }
  90% {
  background: url(images/bk-stats2.jpg) no-repeat center;
  }
  100% {
  background: url(images/bk-stats.jpg) no-repeat center;
  }
}

.tms_analyse_container {
  width: 1200px;
  margin: 0 auto;
}

.tms_analyse_text {
  width: 50%;
  float: right;
  padding-top: 160px;
  text-align: left;
}

.tms_analyse h2 {
  background: url(images/sep-analyse.png) no-repeat top 30px center;
  animation: greyscale-fade-in 5s ease-in infinite;
  width: 248px;
  height: 95px;
  text-align: center;
  font-family: 'Julius Sans One', sans-serif;
  font-weight: 300;
  font-size: 45px;
  color: #c0cad4;
  margin-right: -30px;
  margin-bottom: -10px;
}

.tms_analyse span {
  display: block;
  margin-bottom: 25px;
}

.tms_analyse span b {
  font-weight: normal;
  color: #3ebbe1;
}

.tms_contact {
  width: 100%;
  height: 775px;
  background: url(images/bk-dark-right-light.jpg) no-repeat fixed center;
  background-size:cover;

}

.tms_contact_container {
  width: 1200px;
  margin: 0 auto;
  padding-top: 90px;
}

.tms_contact h2 {
  background: url(images/sep-contact.png) no-repeat top 30px center;
  animation: greyscale-fade-in 5s ease-in infinite;
  width: 665px;
  height: 95px;
  text-align: center;
  font-family: 'Julius Sans One', sans-serif;
  font-weight: 300;
  font-size: 45px;
  color: #c0cad4;
  margin: 0 auto;
}

.tms_contact_container2 {
  width: 1200px;
  margin: 0 auto;
  padding-top: 20px;
  display: table;
}

.tms_contact_form {
  display: table-cell;
  vertical-align: top;
  width: 70%;
}

.tms_contact_form span {
  font-weight: normal;
  font-size: 20px;
  color: #3ebbe1;
}

.tms_contact_address {
  display: table-cell;
  width: 30%;
  padding-top: 40px;
}

.tms_contact_address span {
  display: block;
  width: 100%;
}

.tms_contact_address_text {
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tms_contact_address_mail a {
  color: #3ebbe1;
  display: block;
  font-size: 18px;
  font-weight: bold;
  transition: 0.5s;
  text-decoration: none;
}

.tms_contact_address_mail a:hover {
  color: #c05fe5;
  transition: 0.5s;
}

.tms_contact_address_mail a:first-child {
  color: #FFF;
}

.tms_contact_address_mail a:first-child:hover {
  color: #c05fe5;
}

.tms_contact_copyright {
  margin: 0 auto;
  text-align: center;
  padding-top: 150px;
}

.button:focus {
  outline: none;
}

.button {
  font-size: 14px;
  width: auto;
  display: block;
  padding: 5px 20px;
  border: none;
  background: none;
  color: inherit;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 25px;
  background: #a750bf;
  color: #fff;
  text-decoration: none;
}

.button--wayra {
  overflow: hidden;
  -webkit-transition: border-color 1s, color 1s;
  transition: border-color 1s, color 1s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button--wayra::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: #37474f;
  z-index: -1;
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform 1s, opacity 1s, background-color 1s;
  transition: transform 1s, opacity 1s, background-color 1s;
}

.button--wayra:hover {
  color: #fff;
  border-color: #FFF;
}

.button--wayra.button--inverted:hover {
  color: #FFF;
  border-color: #fff;
}

.button--wayra:hover::before {
  opacity: 1;
  background-color: #3ebbe1;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button--wayra.button--inverted:hover::before {
  background-color: #fff;
}

.btn_contact {
  max-width: 90px;
}

.moving-zone {
  position: relative;
  top: -20px;
  /* left: 10%; */
  width: 300px;
  height: 120px;
  margin: 0px 0 0 0px;
}

.popup {
  position: absolute;
  width: 300px;
  cursor: default;
  transform-style: preserve-3d;
}

.popup:before {
  content: '';
  position: absolute;
  left: 5%;
  top: 5%;
  width: 90%;
  height: 90%;
  transform: translateZ(-100px);
}

#tms_down {
  bottom: 100px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 999;
  opacity: 0.5;
  transition: 0.5s;
}

#tms_down:hover {
  opacity: 1;
  transition: 0.5s;
}

#tms_down a {
  padding-top: 60px;
}

#tms_down a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 1px solid #3ebbe1;
  border-radius: 50px;
  box-sizing: border-box;
}

#tms_down a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #c05fe5;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.back-to-top {
  position: fixed;
  right: 1%;
  bottom: -7.5%;
  height: 15px;
  width: 40px;
  padding: 3px 5px;
  font-size: 10px;
  font-weight: bold;
  color: transparent;
  opacity: 0.5;
  z-index: 3;
  visibility: hidden;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
  background-color: #858585;
  &:hover, &:focus {
    opacity: 1;
    text-decoration: none;
  }
  &:focus {
    outline: thin dotted;
  }
}

.back-to-top::before, .back-to-top::after {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top: 0;
}

.back-to-top::before {
  top: -20px;
  z-index: 4;
  border-bottom: 20px solid #858585;
}

.back-to-top::after {
  bottom: 0;
  z-index: 5;
  border-bottom: 20px solid #505050;
}

.back-to-top:hover, .back-to-top:focus {
  height: 40px;
  color: #fff;
}

.show-back-to-top {
  display: block;
  bottom: 1.25%;
  visibility: visible;
}

.backtotop *, *:before, *:after {
  box-sizing: border-box;
}

.show-on-scroll {
  opacity: 0;
  transform: translateX(50%) rotateZ(0deg);
  transition: transform 4s 0.25s cubic-bezier(0, 1, 0.3, 1), opacity 0.3s 0.25s ease-out;
}

.show-on-scroll2 {
  opacity: 0;
  transform: translateX(-50%) rotateZ(0deg);
  transition: transform 4s 0.25s cubic-bezier(0, 1, 0.3, 1), opacity 0.3s 0.25s ease-out;
}

.show-on-scroll3 {
  opacity: 0;
  transform: translateY(50%) rotateZ(0deg);
  transition: transform 4s 0.25s cubic-bezier(0, 1, 0.3, 1), opacity 0.3s 0.25s ease-out;
}

.show-on-scroll4 {
  opacity: 0;
  transform: translateY(0%) rotateZ(0deg);
  transition: transform 4s 0.25s cubic-bezier(0, 1, 0.3, 1), opacity 0.3s 0.25s ease-out;
}

.show-on-scroll2.is-visible, .show-on-scroll.is-visible {
  opacity: 1;
  transform: none;
}

.tms_contact_form form {
  padding-top: 20px;
}

.tms_contact_form label {
  font-size: 16px;
  width: 80px;
  display: inline-block;
  line-height: 30px;
  vertical-align: top;
}

.tms_contact_form input {
  background: #2c3033;
  border: 0px;
  border-radius: 40px;
  font-size: 16px;
  width: 215px;
  display: inline-block;
  line-height: 30px;
  margin-right: 40px;
  color: #FFF;
  padding-left: 20px;
}

.tms_contact_form input[type=submit] {
  width: auto;
  padding-right: 20px;
  background: #3eb5da;
  margin-left: 80px;
  transition: 0.5s;
}

.tms_contact_form input[type=submit]:hover {
  background: #c05fe5;
  transition: 0.5s;
}

.tms_ligne {
  margin-bottom: 15px;
}

.tms_contact_form textarea {
  background: #2c3033;
  border: 0px;
  border-radius: 20px;
  width: 573px;
  height: 80px;
  resize: none;
  color: #FFF;
  padding: 10px;
}

textarea:focus, input:focus {
  outline: none;
}

.tms_mentions {
  padding-top: 180px;
}

.tms_mentions h2 {
  background: url(images/sep-avantages.png) no-repeat top 30px center;
  animation: greyscale-fade-in 5s ease-in infinite;
  height: 95px;
  text-align: center;
  font-family: 'Julius Sans One', sans-serif;
  font-weight: 300;
  font-size: 35px;
  color: #c0cad4;
  margin-left: -30px;
  margin-top: 80px;
}

.tms_mentions h1 {
  position: relative;
  color: #9bd2db;
  font-size: 30px;
  text-transform: uppercase;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}

.tms_mentions h1:before, .tms_mentions h1:after {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 50%;
  height: 1px;
  content: '\a0';
  background-color: #9bd2db;
}

.tms_mentions h1:before {
  margin-left: -50%;
  text-align: right;
}

.tms_mentions .bar {}

@media screen and (min-width: 2200px) {
  .tms_chiffres, .tms_curve_bas, .tms_valise, .tms_avantages, .tms_contact, .tms_references, .tms_header, .tms_sep_black_to_blue, .tms_sep_blue_to_black {
    background-size: 100%!important;
  }
  .tms_solution, .tms_combinaison, .tms_analyse {
    background-color: #000;
  }
}

@media screen and (max-width: 1280px) and (min-width: 900px) {
  html {
    zoom: 75%;
  }
}

.show_for_mobile {
  display: none!important;
}

@media screen and (max-width: 900px) {
  
  html, body {
    max-width: 100%;
    overflow-x: hidden;
  }
  .tms_vr_video {
    display:none;
  }
  .gotolanguage {
    top: 10px!important;
  }
  .tms_popup_contact {
    display: none!important;
  }
  .tms_references_container {
    width: 100%!important;
    padding-bottom: 90px;
  }
  .tms_references {
    width: 100%!important;
    height: auto;
  }
  .show_for_mobile {
    display: block!important;
  }
  .backtotop, .tms_down {
    display: none;
  }
  h2 {
    width: 100%!important;
    font-size: 25px!important;
    margin-left: 0px!important;
    background: url(images/sep-solution.png) no-repeat top 30px center!important;
    animation: greyscale-fade-in 5s ease-in infinite;
    float: none!important;
  }
  .button {
    margin: 0 auto!important;
    float: none;
  }
  .tms_solution_video {
    display: none;
  }
  .tms_analyse_text, .tms_solution_text, .tms_valise_text {
    float: none;
    width: 100%!important;
    background: #000;
  }
  .tms_valise_text, .tms_workshopvr_text {
    text-align: left!important;
    padding-top: 50px!important;
    padding-bottom: 50px!important;
  }
  .tms_valise_text div, .tms_workshopvr_text div {
    width: 80%!important;
    padding-left: 20%!important;
  }
  .tms_valise {
    background: #000!important;
  }
  .tms_solution_text {
    padding-top: 0px;
  }
  .tms_solution, .tms_chiffres {
    background: #000;
    height: auto;
    padding-bottom: 80px;
  }
  .tms_solution_container, .tms_analyse_container, .tms_contact_container, .tms_valise_container, .tms_workshopvr_container {
    width: 90%!important;
  }
  .tms_workshopvr_text {
    width: 100%!important;
    float: none!important;
  }
  .tms_workshop_anim1, .tms_workshop_anim2 {
    display: none!important;
  }
  .tms_combinaison, .tms_analyse, .tms_contact, .tms_valise, .tms_workshopvr {
    background: #000;
    height: auto!important;
  }
  .tms_combinaison_text {
    float: none;
    width: 100%;
    background: #000;
    text-align: left;
    padding-top: 80px;
  }
  .tms_combinaison_armor-lux {
    display: none;
  }
  .tms_combinaison_container {
    width: 90%!important;
    padding-bottom: 90px;
  }
  .tms_combinaison_anim1, .tms_combinaison_anim2 {
    display: none!important;
  }
  .tms_chiffres_container {
    width: 100%;
  }
  .tms_chiffres_1, .tms_chiffres_2, .tms_chiffres_3 {
    margin: 0 auto;
    display: block;
    width: 400px;
    margin-bottom: 50px;
  }
  .tms_avantages {
    background: #000;
    height: auto;
  }
  .tms_avantages_container {
    width: 100%!important;
    padding-bottom: 90px;
  }
  .tms_avantages_icones, .tms_avatages_icones_container {
    width: 100%;
    display: block;
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .tms_avatages_icones_container {
    width: 100%;
    display: block;
    padding-top: 35px;
  }
  .tms_analyse_text {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .tms_contact_container2 {
    width: 90%;
  }
  .tms_contact_form label, .tms_contact_form, .tms_contact_address {
    display: block;
  }
  .tms_contact_form span {
    text-align: center;
  }
  .tms_contact_form {
    width: 100%;
    text-align: center;
  }
  .tms_contact_form label {
    clear: both;
    float: left;
    width: 20%;
    margin-bottom: 20px;
  }
  .tms_contact_form input, .tms_contact_form textarea {
    float: left;
    width: 60%;
  }
  .tms_contact_form input[type=submit] {
    margin-left: 20%;
    margin-top: 20px;
    clear: both;
  }
  .tms_contact_address {
    width: 100%;
    float: left;
    padding-top: 100px;
    text-align: center;
  }
  .tms_contact_copyright {
    padding-bottom: 30px;
  }
  .tms_header_container_menu, .tms_curve_hd, .tms_header_text_logo, .tms_curve_hg {
    display: none;
  }
  .tms_header_text {
    z-index: 999;
    position: absolute;
    top: 168px;
    padding-left: 0px;
    margin-left: 0px;
    width: 90%;
    height: 144px;
    left: 5%;
    padding-top: 10px;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
  }
  .tms_header_text_content h2 {
    font-size: 15px!important;
    background: none!important
  }
  .tms_header_container {
    width: 100%;
  }
  .tms_header {
    background: url(images/bk-haut.jpg) top center;
    min-height: 730px;
    height: 730px;
    position: relative;
    width: 100%;
  }
  .tms_mentions {
    padding-top: 45px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container_mobile a {
  text-decoration: none;
  color: #3ebbe1;
  opacity: 1;
  font-size: 1.5em;
  font-weight: 400;
  transition: 200ms;
}

.container_mobile a:hover {
  opacity: 0.5;
}

.container_mobile ul {
  padding: 0;
  list-style-type: none;
}

.container_mobile {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 888;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65px;
}

.container_mobile .phone {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.container_mobile .content {
  width: 100%;
  height: 100%;

}

.container_mobile nav {
  background-color: #000000;
  height: 65px;
}

.container_mobile #menuToggle {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 25px;
  left: 25px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

.container_mobile #menuToggle input {
  display: flex;
  width: 40px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}

.container_mobile #menuToggle span {
  display: flex;
  width: 29px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
}

.container_mobile #menuToggle span:first-child {
  transform-origin: 0% 0%;
}

.container_mobile #menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

.container_mobile #menuToggle input:checked~span {
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
  background: #3ebbe1;
}

.container_mobile #menuToggle input:checked~span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

.container_mobile #menuToggle input:checked~span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

.container_mobile #menu {
  position: absolute;
  width: 180px;
  /*height: 400px;*/
  box-shadow: 0 0 10px #3ebbe1;
  margin: -80px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  background-color: rgba(0, 0, 0, 0.95);
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

.container_mobile #menu li {
  padding: 10px 0;
  transition-delay: 2s;
}

.container_mobile #menuToggle input:checked~ul {
  transform: none;
}

.tms_header_mobile_logo {
  position: absolute;
  left: 50%;
  margin-left: -50px;
  margin-top: 12px;
}

.gotolanguage {
  transition: 1s;
  position: absolute;
  right: 10px;
  top: 80px;
  z-index: 999;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 45px;
  padding: 0px 20px;
  text-decoration: none;
}

.gotolanguage img {
  width: 20px;
  padding-right: 10px;
}

#tms_checker {
  display: none;
}

.tms_references {
  height: 427px;
  width: 100%;
  background: url(images/bk-dark-left-light.jpg) no-repeat fixed center;
  background-size:cover;

}

.tms_references_container {
  width: 1200px;
  margin: 0 auto;
  padding-top: 90px;
}

.tms_references h2 {
  background: url(images/sep-avantages.png) no-repeat top 30px center;
  animation: greyscale-fade-in 5s ease-in infinite;
  width: 665px;
  height: 95px;
  text-align: center;
  font-family: 'Julius Sans One', sans-serif;
  font-weight: 300;
  font-size: 45px;
  color: #c0cad4;
  margin: 0 auto;
}

.carousel_partenaires {
  width: 1200px;
  box-sizing: border-box;
  padding: 1em;
  color: white;
  font-weight: 200;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.carousel_partenaires_content {
  display: flex;
  animation: marquee2 20s linear infinite running;
}

.carousel_partenaires_content:hover {
  animation-play-state: paused;
}

.carousel_partenaires_tag {
  width: 200px;
  margin: 0 .5em;
  padding: .5em;
  background: rgba(255, 255, 255, .1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all .2s ease;
}

.carousel_partenaires_tag img {
  max-width: 80%;
}

.carousel_partenaires_tag:hover {
  background: rgba(255, 255, 255, 1);
  transform: scale(1.1);
  cursor: pointer;
}

@keyframes marquee2 {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(calc(-2800px))
  }
}
.carousel_partenaires_div {
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel_partenaires_tag a {
  display: block;
  width: 100%;
  height: 90px;
}

#partenaire_armorlux {
  background: url(images/references/armorlux_nb.png) no-repeat center center;
  background-size: 80%;
}

#partenaire_armorlux:hover {
  background: url(images/references/armorlux.png) no-repeat center center;
  background-size: 80%;
}

#partenaire_cooper {
  background: url(images/references/cooper_nb.png) no-repeat center center;
  background-size: 80%;
}

#partenaire_cooper:hover {
  background: url(images/references/cooper.png) no-repeat center center;
  background-size: 80%;
}

#partenaire_francesst {
  background: url(images/references/francesst_nb.png) no-repeat center center;
  background-size: 80%;
}

#partenaire_francesst:hover {
  background: url(images/references/francesst.png) no-repeat center center;
  background-size: 80%;
}
#partenaire_axon {
  background: url(images/references/axon_nb.png) no-repeat center center;
  background-size: 80%;
}

#partenaire_axon:hover {
  background: url(images/references/axon.png) no-repeat center center;
  background-size: 80%;
}
#partenaire_laposte {
  background: url(images/references/laposte_nb.png) no-repeat center center;
  background-size: 80%;
}

#partenaire_laposte:hover {
  background: url(images/references/laposte.png) no-repeat center center;
  background-size: 80%;
}
#partenaire_guldman {
  background: url(images/references/guldman_nb.png) no-repeat center center;
  background-size: 80%;
}

#partenaire_guldman:hover {
  background: url(images/references/guldman.png) no-repeat center center;
  background-size: 80%;
}
#partenaire_novatech {
  background: url(images/references/novatech_nb.png) no-repeat center center;
  background-size: 80%;
}

#partenaire_novatech:hover {
  background: url(images/references/novatech.png) no-repeat center center;
  background-size: 80%;
}
#partenaire_seb {
  background: url(images/references/seb_nb.png) no-repeat center center;
  background-size: 80%;
}

#partenaire_seb:hover {
  background: url(images/references/seb.png) no-repeat center center;
  background-size: 80%;
}

#partenaire_randstad {
  background: url(images/references/randstad_nb.png) no-repeat center center;
  background-size: 80%;
}

#partenaire_randstad:hover {
  background: url(images/references/randstad.png) no-repeat center center;
  background-size: 80%;
}

#partenaire_rhenus {
  background: url(images/references/rhenus_nb.png) no-repeat center center;
  background-size: 80%;
}

#partenaire_rhenus:hover {
  background: url(images/references/rhenus.png) no-repeat center center;
  background-size: 80%;
}

#partenaire_santequimper {
  background: url(images/references/santequimper_nb.png) no-repeat center center;
}

#partenaire_santequimper:hover {
  background: url(images/references/santequimper.png) no-repeat center center;
}

#partenaire_soitec {
  background: url(images/references/soitec_nb.png) no-repeat center center;
  background-size: 80%;
}

#partenaire_soitec:hover {
  background: url(images/references/soitec.png) no-repeat center center;
  background-size: 80%;
}

#partenaire_gascogne {
  background: url(images/references/gascogne_nb.png) no-repeat center center;
  background-size: 80%;
}

#partenaire_gascogne:hover {
  background: url(images/references/gascogne.png) no-repeat center center;
  background-size: 80%;
}

#partenaire_msd {
  background: url(images/references/msd_nb.png) no-repeat center center;
  background-size: 80%;
}

#partenaire_msd:hover {
  background: url(images/references/msd.png) no-repeat center center;
  background-size: 80%;
}

#partenaire_msa {
  background: url(images/references/msa_nb.png) no-repeat center center;
}

#partenaire_msa:hover {
  background: url(images/references/msa.png) no-repeat center center;
}

#partenaire_colas {

  background: url(images/references/colas_nb.png) no-repeat center center;
    background-size: 95%;
}

#partenaire_colas:hover {

  background: url(images/references/colas.png) no-repeat center center;
    background-size: 95%;
}

#partenaire_bouygues {
  background: url(images/references/bouygues_nb.png) no-repeat center center;
  background-size: 95%;
}

#partenaire_bouygues:hover {
  background: url(images/references/bouygues.png) no-repeat center center;
  background-size: 95%;
}

#partenaire_kline {
  background: url(images/references/kline_nb.png) no-repeat center center;
    background-size: 95%;
}

#partenaire_kline:hover {
  background: url(images/references/kline.png) no-repeat center center;
  background-size: 95%;
}

.tms_valise {
  width: 100%;
  height: 610px;
  position: relative;
  background: url(images/bk_valise.jpg) no-repeat top center;
  box-sizing: border-box;
  overflow: hidden;
}

.tms_valise_container {
  width: 1200px;
  margin: 0 auto;
}

.tms_valise_text {
  width: 55%;
  float: left;
  padding-top: 100px;
  text-align: right;
}

.tms_valise h2 {
  background: url(images/sep-combinaison.png) no-repeat top 30px center;
  animation: greyscale-fade-in 5s ease-in infinite;
  width: 443px;
  float: right;
  height: 95px;
  text-align: center;
  font-family: 'Julius Sans One', sans-serif;
  font-weight: 300;
  font-size: 45px;
  color: #c0cad4;
  margin-right: -30px;
}

.tms_valise span {
  clear: both;
  display: block;
  margin-bottom: 25px;
}

.tms_valise span b {
  font-weight: normal;
  color: #3ebbe1;
}

.tms_workshopvr {
  width: 100%;
  height: 610px;
  position: relative;
  background: #000;
  box-sizing: border-box;
  overflow: hidden;
}

.tms_workshopvr_container {
  width: 1200px;
  margin: 0 auto;
}

.tms_workshopvr_text {
  width: 48%;
  float: right;
  position: relative;
  padding-top: 78px;
  text-align: left;
}

.tms_workshopvr h2 {
  background: url(images/sep-combinaison.png) no-repeat top 30px center;
  animation: greyscale-fade-in 5s ease-in infinite;
  width: 443px;
  float: left;
  margin-left: -58px;
  height: 95px;
  text-align: center;
  font-family: 'Julius Sans One', sans-serif;
  font-weight: 300;
  font-size: 45px;
  color: #c0cad4;
}

.tms_workshopvr span {
  clear: both;
  display: block;
  margin-bottom: 25px;
}

.tms_workshopvr span b {
  font-weight: normal;
  color: #3ebbe1;
}
.tms_vr_video {
  position:absolute;
  top:50px;
  height:500px;
  width:45%;

}
.tms_vr_video iframe {
  width:100%;
  height:100%;
}

.tms_workshop_anim1 {
  width: 100%;
  height: 737px;
  background: url(images/bk_workshopvr.jpg) no-repeat top center;
  position: absolute;
  top: 0px;
  left: 0px;
  animation: fadecombi1 10s infinite;
  -webkit-animation: fadecombi1 10s infinite;
}

.tms_workshop_anim2 {
  width: 100%;
  height: 737px;
  background: url(images/bk_workshopvr2.jpg) no-repeat top center;
  position: absolute;
  top: 0px;
  left: 0px;
  animation: fadecombi2 10s infinite;
  -webkit-animation: fadecombi2 10s infinite;
}

.tms_workshopvr_mobile_anim1 {
  width: 100%;
  height: 350px;
  background: url(images/mobile_workshop1.jpg) no-repeat top center;
  position: absolute;
  top: 0px;
  left: 0px;
  animation: fadecombi1 10s infinite;
  -webkit-animation: fadecombi1 10s infinite;
}

.tms_workshopvr_mobile_anim2 {
  width: 100%;
  height: 350px;
  background: url(images/mobile_workshop2.jpg) no-repeat top center;
  position: absolute;
  top: 0px;
  left: 0px;
  animation: fadecombi2 10s infinite;
  -webkit-animation: fadecombi2 10s infinite;
}

.tms_analyse_mobile {
  width: 100%;
  height: 350px;
  background: url(images/mobile_stats.jpg) no-repeat top center;
  position: absolute;
  top: 0px;
  left: 0px;
}

.tms_travelcase_mobile {
  width: 100%;
  height: 350px;
  background: url(images/mobile_travelcase.jpg) no-repeat top center;
  position: absolute;
  top: 0px;
  left: 0px;
}

.tms_popup_contact {
  display: none;
  z-index: 999;
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: url(images/bulle.png) no-repeat 30px center rgba(47, 48, 50, 0.9);
  padding: 30px 30px 40px 120px;
  width: 270px;
}

.tms_popup_contact_texte b {
  color: #357b92;
  font-size: 18px;
  margin-bottom: -10px;
  display: block;
}

.tms_popup_contact_texte a {
  background-color: #357b92;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 20px;
  transition: 0.5s;
  color: #FFF;
}

.tms_popup_contact_texte a:hover {
  background-color: #a750bf;
  transition: 0.5s;
}

.tms_popup_contact_close {
  background: url(images/close.png) no-repeat;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 15px;
}