@import url('https://fonts.googleapis.com/css?family=Encode+Sans+Condensed:400,600|Roboto:400');

	* {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}

html {
  scroll-behavior: smooth;
}

body{
    background-color: #222;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 45%;
  }

h1,h2,h3,h4,span,li,ul,a,b{
    font-family: 'Roboto';
    cursor: default;
}

h3{
    color: lightgrey;
    opacity: 50%;
}

.dot {
    height: 500px;
    width: 500px;
    background-color: #222;
    border-radius: 50%;
    margin-top: 10%;
    transition: transform ease 1s
}

.dot:hover {
    transform: translate(3px, 3px);
}

.dot2 {
    height: 503px;
    width: 503px;
    background-color: #323638;
    border-radius: 50%;
    margin-top: 10%;
}

.fa {
    font-size: 40px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    opacity: 25%;
    color: lightgrey;
}

.fa:hover{
    cursor: pointer;
    opacity: 55%;
}

.icons{
    margin-top: 25%;
    margin-left: 38%;
    cursor: default;
}
  
 
 menu, menu label {
  position: absolute;
  top: 0;
  right: 0;
}

menu { margin: 0; }

menu input[type=checkbox] { display: none; }

menu input[type=checkbox]:checked + .drawer-list {
  transform: translatex(0);
  border-bottom-left-radius: 0;
}

menu input[type=checkbox]:checked + .drawer-list li { transform: translatex(0); }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(1) { transition: transform 0.5s 0.02s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(2) { transition: transform 0.5s 0.04s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(3) { transition: transform 0.5s 0.06s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(4) { transition: transform 0.5s 0.08s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(5) { transition: transform 0.5s 0.1s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(6) { transition: transform 0.5s 0.12s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(7) { transition: transform 0.5s 0.14s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(8) { transition: transform 0.5s 0.16s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(9) { transition: transform 0.5s 0.18s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(10) { transition: transform 0.5s 0.2s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(11) { transition: transform 0.5s 0.22s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(12) { transition: transform 0.5s 0.24s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(13) { transition: transform 0.5s 0.26s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(14) { transition: transform 0.5s 0.28s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(15) { transition: transform 0.5s 0.3s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(16) { transition: transform 0.5s 0.32s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(17) { transition: transform 0.5s 0.34s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(18) { transition: transform 0.5s 0.36s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(19) { transition: transform 0.5s 0.38s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(20) { transition: transform 0.5s 0.4s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(21) { transition: transform 0.5s 0.42s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(22) { transition: transform 0.5s 0.44s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(23) { transition: transform 0.5s 0.46s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(24) { transition: transform 0.5s 0.48s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(25) { transition: transform 0.5s 0.5s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(26) { transition: transform 0.5s 0.52s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(27) { transition: transform 0.5s 0.54s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(28) { transition: transform 0.5s 0.56s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(29) { transition: transform 0.5s 0.58s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(30) { transition: transform 0.5s 0.6s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(31) { transition: transform 0.5s 0.62s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(32) { transition: transform 0.5s 0.64s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(33) { transition: transform 0.5s 0.66s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(34) { transition: transform 0.5s 0.68s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(35) { transition: transform 0.5s 0.7s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(36) { transition: transform 0.5s 0.72s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(37) { transition: transform 0.5s 0.74s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(38) { transition: transform 0.5s 0.76s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(39) { transition: transform 0.5s 0.78s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(40) { transition: transform 0.5s 0.8s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(41) { transition: transform 0.5s 0.82s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(42) { transition: transform 0.5s 0.84s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(43) { transition: transform 0.5s 0.86s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(44) { transition: transform 0.5s 0.88s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(45) { transition: transform 0.5s 0.9s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(46) { transition: transform 0.5s 0.92s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(47) { transition: transform 0.5s 0.94s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(48) { transition: transform 0.5s 0.96s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(49) { transition: transform 0.5s 0.98s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(50) { transition: transform 0.5s 1s ease; }

menu input[type=checkbox]:checked + .drawer-list li a { padding-right: 15px; }

menu input[type=checkbox]:checked ~ hamburger > i {
  background-color: transparent;
  transform: rotate(90deg);
}

menu input[type=checkbox]:checked ~ hamburger > i:before { transform: translate(-50%, -50%) rotate(315deg); }

menu input[type=checkbox]:checked ~ hamburger > i:after { transform: translate(-50%, -50%) rotate(-315deg); }

menu input[type=checkbox]:checked ~ hamburger close {
  color: #7A7A7A;
  width: 100%;
}

menu input[type=checkbox]:checked ~ hamburger open {
  color: transparent;
  width: 0;
}

menu .drawer-list {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  transform: translate(100vw, 0);
  /* ie workaround */
  -ms-transform: translatex(-100vw);
  box-sizing: border-box;
  pointer-events: none;
  padding-top: 125px;
  transition: width 475ms ease-out, transform 450ms ease, border-radius .8s .1s ease;
  border-bottom-left-radius: 100vw;
  background-color: #fff;
  background-color: #fff;
}
@media (min-width: 768px) {

menu .drawer-list { width: 25vw; }
}

menu .drawer-list ul {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  overflow-x: hidden;
  pointer-events: auto;
}

menu .drawer-list li {
  list-style: none;
  text-transform: lowercase;
  pointer-events: auto;
  white-space: nowrap;
  box-sizing: border-box;
  transform: translatex(100vw);
  /* ie workaround */
  -ms-transform: translatex(-100vw);
}

menu .drawer-list li:last-child { margin-bottom: 2em; }

menu .drawer-list li a {
  text-decoration: none;
  color: #222;
  text-align: center;
  display: block;
 padding: .5rem;
  font-size: 1.2em;
}
@media (min-width: 768px) {

menu .drawer-list li a {
  font-size: 1rem;
  text-align: right;
}
}

menu .drawer-list li a:hover {
  cursor: pointer;
  background-color: #222;
  background-color: #222;
  color: white;
}

menu hamburger {
  position: absolute;
  display: block;
  top: 20px;
  right: 20px;
  height: 50px;
  width: 50px;
}

menu hamburger:hover { cursor: pointer; }

menu hamburger text close, menu hamburger text open {
  text-transform: lowercase;
  font-size: .9em;
  text-align: center;
  position: absolute;
  transform: translateY(50px);
  text-align: center;
  overflow: hidden;
  transition: width .25s .35s, color .45s .35s;
}

menu hamburger text close {
  color: transparent;
  right: 0;
  width: 0;
}

menu hamburger text open {
  color: #7A7A7A;
  width: 100%;
}

menu hamburger > i {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  background-color: #7A7A7A;
  pointer-events: auto;
  transition-duration: .35s;
  transition-delay: .35s;
}

menu hamburger > i:before, menu hamburger > i:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  left: 50%;
  background: #7A7A7A;
  content: "";
  transition: transform 0.35s;
  transform-origin: 50% 50%;
}

menu hamburger > i:before { transform: translate(-50%, -14px); }

menu hamburger > i:after { transform: translate(-50%, 14px); }

#test p {
    opacity: 0;
    font-size: 21px;
    margin-top: 25px;
    text-align: center;
}

#mainPage {
  position: relative;
	display: table;
	height:100vh;
	width: 100%;
}

.banner {
  display: table-cell;
}

.boutiqueConsulting,.talentTraining,.aboutUs,.dataSciencePlatform,.contact {
  width:100%;
  color:#ececec;
  text-align:center;
  margin-top:50px;
  margin-bottom:50px;
}

.boutiqueConsulting p,.talentTraining p,.aboutUs p,.dataSciencePlatform p,.contact p {
  color: #7A7A7A;
  font-family: 'Roboto';
  text-align:justify;
  margin-left:25%;
  margin-right:25%;
}

hr {
  width:80%;
  background-color:#7A7A7A;
  margin-bottom:20px;
}

/* width */
::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #222; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #7A7A7A; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #7A7A7A; 
}

@import url(https://fonts.googleapis.com/css?family=Cabin);

 .mouseText {
	 margin-top: 50px;
	 letter-spacing: 12px;
	 text-indent: 12px;
	 color: #fff;
	 animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
}


 .mouse {
	 background: #323638 linear-gradient(transparent 0%, transparent 50%, #fff 50%, #fff 100%);
	 position: relative;
	 width: 30px;
	 height: 50px;
	 border-radius: 100px;
	 background-size: 100% 200%;
	 animation: colorSlide 7s linear infinite, nudgeMouse 7s ease-out infinite;
}
 .mouse:before, .mouse:after {
	 content: "";
	 position: absolute;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 left: 0;
	 margin: auto;
}
 .mouse:before {
	 width: 24px;
	 height: 44px;
	 background-color: #222;
	 border-radius: 100px;
}
 .mouse:after {
	 background-color: #515759;
	 width: 5px;
	 height: 5px;
	 border-radius: 100%;
	 animation: trackBallSlide 7s linear infinite;
}

.mouse:hover{
  background-color: #515759;
  cursor:pointer;
}

 @keyframes trackBallSlide {
	 0% {
		 opacity: 1;
		 transform: scale(1) translateY(-14px);
	}
	 6% {
		 opacity: 1;
		 transform: scale(0.9) translateY(3.5px);
	}
	 14% {
		 opacity: 0;
		 transform: scale(0.4) translateY(28px);
	}
	 15%, 19% {
		 opacity: 0;
		 transform: scale(0.4) translateY(-14px);
	}
	 28%, 29.99% {
		 opacity: 1;
		 transform: scale(1) translateY(-14px);
	}
	 30% {
		 opacity: 1;
		 transform: scale(1) translateY(-14px);
	}
	 36% {
		 opacity: 1;
		 transform: scale(0.9) translateY(3.5px);
	}
	 44% {
		 opacity: 0;
		 transform: scale(0.4) translateY(28px);
	}
	 45%, 49% {
		 opacity: 0;
		 transform: scale(0.4) translateY(-14px);
	}
	 58%, 59.99% {
		 opacity: 1;
		 transform: scale(1) translateY(-14px);
	}
	 60% {
		 opacity: 1;
		 transform: scale(1) translateY(-14px);
	}
	 66% {
		 opacity: 1;
		 transform: scale(0.9) translateY(3.5px);
	}
	 74% {
		 opacity: 0;
		 transform: scale(0.4) translateY(28px);
	}
	 75%, 79% {
		 opacity: 0;
		 transform: scale(0.4) translateY(-14px);
	}
	 88%, 100% {
		 opacity: 1;
		 transform: scale(1) translateY(-14px);
	}
}
 @keyframes nudgeMouse {
	 0% {
		 transform: translateY(0);
	}
	 20% {
		 transform: translateY(8px);
	}
	 30% {
		 transform: translateY(0);
	}
	 50% {
		 transform: translateY(8px);
	}
	 60% {
		 transform: translateY(0);
	}
	 80% {
		 transform: translateY(8px);
	}
	 90% {
		 transform: translateY(0);
	}
}
 @keyframes nudgeText {
	 0% {
		 transform: translateY(0);
	}
	 20% {
		 transform: translateY(2px);
	}
	 30% {
		 transform: translateY(0);
	}
	 50% {
		 transform: translateY(2px);
	}
	 60% {
		 transform: translateY(0);
	}
	 80% {
		 transform: translateY(2px);
	}
	 90% {
		 transform: translateY(0);
	}
}
 @keyframes colorText {
	 21% {
		 color: #4e5559;
	}
	 30% {
		 color: #fff;
	}
	 51% {
		 color: #4e5559;
	}
	 60% {
		 color: #fff;
	}
	 81% {
		 color: #4e5559;
	}
	 90% {
		 color: #fff;
	}
}
 
 .mouseHolder {
   position:absolute;
   bottom: 0;
   width:99%;
   text-align: center;
   
 }