
body {
  height:10000%;
  background: linear-gradient(to right top, #8e44ad 0%, #3498db 100%);
}

html, body{
	height: 10%;
	font-weight: 800;
  }

body{
  font-family: Arial;
}


div {
  width: 200px;
  height: 100px;
}

svg {
	display: block;
	font: 10.5em 'Montserrat';
	width: 960px;
	height: 300px;
	margin: 0 auto;
}

.text-copy {
	fill: none;
	stroke: white;
	stroke-dasharray: 6% 29%;
	stroke-width: 5px;
	stroke-dashoffset: 0%;
	animation: stroke-offset 5.5s infinite linear;
}

.text-copy:nth-child(1){
	stroke: #4D163D;
	animation-delay: -1;
}

.text-copy:nth-child(2){
	stroke: #840037;
	animation-delay: -2s;
}

.text-copy:nth-child(3){
	stroke: #BD0034;
	animation-delay: -3s;
}

.text-copy:nth-child(4){
	stroke: #BD0034;
	animation-delay: -4s;
}

.text-copy:nth-child(5){
	stroke: #FDB731;
	animation-delay: -5s;
}

@keyframes stroke-offset{
	100% {stroke-dashoffset: -35%;}
}



  
 
	#logo
	{
		width: 100px;
		height: 100px;
	position: absolute;
	left:15px;
	top:11px;
	}
  










      

figure {
  display: table;
}



nav {
	max-width: 960px;
	mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 25%, #ffffff 75%, rgba(255, 255, 255, 0) 100%);
	margin: 0 auto;
	padding: 60px 0;
  }
  
  nav ul {
	text-align: center;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0) 100%);
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.6);
  }
  
  nav ul li {
	display: inline-block;
  }
  
  nav ul li a {
	padding: 18px;
	font-family: "Open Sans";
	text-transform:uppercase;
	color: rgba(0, 35, 122, 0.5);
	font-size: 18px;
	text-decoration: none;
	display: block;
  }
  
  nav ul li a:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.6);
	background: rgba(255, 255, 255, 0.1);
	color: rgba(0, 35, 122, 0.7);
  }
  
  
  
  nav {
	max-width: 960px;
	mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 25%, #ffffff 75%, rgba(255, 255, 255, 0) 100%);
	margin: 0 auto;
	padding: 1px 0;
  }
  
  nav ul {
	text-align: center;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0) 100%);
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.6);
  }
  
  nav ul li {
	display: inline-block;
  }
  
  nav ul li a {
	padding: 18px;
	font-family: "Open Sans";
	text-transform:uppercase;
	color: rgba(0, 35, 122, 0.5);
	font-size: 18px;
	text-decoration: none;
	display: block;
  }
  
  nav ul li a:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.6);
	background: rgba(255, 255, 255, 0.1);
	color: rgba(0, 35, 122, 0.7);
  }


 

  body{
	height: 1vh;
	margin: 0;
	padding: 0;
	background: #3b3646;
  }
  
  *{
	box-sizing: border-box;
  }
  
  .centerBox{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 300px
  }
  
  .categoryWrapper{
	height: 310px;
	width: 460px;
	background: url("http://ohlookawebsite.com/bathroomtestfull.jpg") no-repeat center center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
  }
  
  .categoryWrapper:after{
	position: absolute;
	top:0;
	left: 0;
	right:0;

  background: #a29ca9; 
  background: -moz-linear-gradient(-45deg, #a29ca9 0%, #95909b 99%);
  background: -webkit-linear-gradient(-45deg, #a29ca9 0%,#95909b 99%);
  background: linear-gradient(135deg, #a29ca9 0%,#95909b 99%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a29ca9', endColorstr='#95909b',GradientType=1 ); 
	content: '';
	opacity: 0;
	  -webkit-transition: opacity 0.9s ease 0s; 
  }
  
  .categoryWrapper:hover:after{
	opacity: 0.4;
  }
  
  .categoryWrapper h1{
	color:white;
	font-size: 50px;
	letter-spacing: 2px;
	-webkit-transition: all 0.15s ease 0s; 
	position:relative;
	z-index: 10;
  }
  
  .categoryWrapper:hover h1{
	transform: translateY(-10px);
  }
  
  .categoryWrapper button{
	position: absolute;
	transform: translatey(60px);
	-webkit-appearance: none;
	border: none;
	background: none;
	color:white;
	width: 450px;
	height:50px;
	font-size: 20px;
	padding: 0;
	margin: 0;
	outline: none;
	z-index: 10;
  }
  
  .categoryWrapper button span{
	display: block;
	position: relative;
	line-height: 50px;
	height: 50px;
	cursor: pointer;
  }
  
  .categoryWrapper button > span:after{
	content:'';
	position: absolute;
	top:0;
	left: 50%;
	width: 20px;
	height: 0;
	
	border: 1px solid white;
	border-left: none;
	border-bottom: none;
	
		transition: height 0.15s ease-out, width 0.15s ease-out 0.15s;
  }
  
  .categoryWrapper:hover button > span:after{
	width: calc(50% - 1px);
	height: calc(100% - 2px);
	transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
  }
  
  .categoryWrapper button > span:before{
	content:'';
	position: absolute;
	top:0;
	right: 50%;
	width: 20px;
	height: 0;
	
	border: 1px solid white;
	border-right: none;
	border-bottom: none;
	
		transition: height 0.15s ease-out, width 0.15s ease-out 0.15s;
  }
  
  .categoryWrapper:hover button > span:before{
	width: calc(50% - 1px);
	height: calc(100% - 2px);
	transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
  }
  
  .categoryWrapper button > span > span:before{
	content:'';
	position: absolute;
	bottom:0;
	right: 0%;
	width: 1px;
	height: 1px;
	opacity: 0;
	
  }
  
  .categoryWrapper:hover button > span > span:before{
	opacity: 1;
	border-bottom: 1px solid white;
	width: calc(50%);
	height: 1px;
	transition: opacity 0s ease-out 0.29s, width 0.15s ease-out 0.3s;
  }
  
  .categoryWrapper button > span > span:after{
	content:'';
	position: absolute;
	bottom:0;
	left: 0%;
	width: 1px;
	height: 1px;
	opacity: 0;
	
  }
  
  .categoryWrapper:hover button > span > span:after{
	opacity: 1;
	border-bottom: 1px solid white;
	width: calc(50%);
	height: 1px;
	transition: opacity 0s ease-out 0.29s, width 0.15s ease-out 0.3s;
  }
  
  .categoryWrapper button > span > span > span{
	transition: color 0.15s ease-out 0.3s;
	color: transparent;
  }
  
  .categoryWrapper:hover button > span > span > span{
	color:white;
  }
  
  .categoryWrapper button > span > span > span:after{
	position: absolute;
	top:0;left:0;right:0;bottom:0;
	color:#1f2e4d;
	content: attr(data-attr-span);
	width: 0%;
	height: 100%;
	background:white;
	white-space: nowrap;
	text-align: center;
	margin: auto;
	overflow: hidden;
	display: flex;
	justify-content: center;
	transition: width 0.2s;
  }
  
  .categoryWrapper button:hover > span > span > span:after{
	width: 100%;
  }
  
  

  section #timeline {
	width: 80%;
	margin: 20px auto;
	position: relative;
  }
  section#timeline:before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	margin: 0 0 0 -1px;
	width: 2px;
	height: 100%;
	background: rgba(255,255,255,0.2);
  }
  section#timeline article {
	width: 100%;
	margin: 0 0 20px 0;
	position: relative;
  }
  section#timeline article:after {
	content: '';
	display: block;
	clear: both;
  }
  section#timeline article div.inner {
	width: 40%;
	float: left;
	margin: 5px 0 0 0;
	border-radius: 6px;
  }
  section#timeline article div.inner span.date {
	display: block;
	width: 60px;
	height: 50px;
	padding: 5px 0;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -32px;
	border-radius: 100%;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	background: #25303B;
	color: rgba(255,255,255,0.5);
	border: 2px solid rgba(255,255,255,0.2);
	box-shadow: 0 0 0 7px #25303B;
  }
  section#timeline article div.inner span.date span {
	display: block;
	text-align: center;
  }
  section#timeline article div.inner span.date span.day {
	font-size: 10px;
  }
  section#timeline article div.inner span.date span.month {
	font-size: 18px;
  }
  section#timeline article div.inner span.date span.year {
	font-size: 10px;
  }
  section#timeline article div.inner h2 {
	padding: 15px;
	margin: 0;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: -1px;
	border-radius: 6px 6px 0 0;
	position: relative;
  }
  section#timeline article div.inner h2:after {
	content: '';
	position: absolute;
	top: 20px;
	right: -5px;
		width: 10px; 
		height: 10px;
	-webkit-transform: rotate(-45deg);
  }
  section#timeline article div.inner p {
	padding: 15px;
	margin: 0;
	font-size: 14px;
	background: #fff;
	color: #656565;
	border-radius: 0 0 6px 6px;
  }
  section#timeline article:nth-child(2n+2) div.inner {
	float: right;
  }
  section#timeline article:nth-child(2n+2) div.inner h2:after {
	left: -5px;
  }
  section#timeline article:nth-child(1) div.inner h2 {
	background: #e74c3c;
  }
  section#timeline article:nth-child(1) div.inner h2:after {
	background: #e74c3c;
  }
  section#timeline article:nth-child(2) div.inner h2 {
	background: #2ecc71;
  }
  section#timeline article:nth-child(2) div.inner h2:after {
	background: #2ecc71;
  }
  section#timeline article:nth-child(3) div.inner h2 {
	background: #e67e22;
  }
  section#timeline article:nth-child(3) div.inner h2:after {
	background: #e67e22;
  }
  section#timeline article:nth-child(4) div.inner h2 {
	background: #1abc9c;
  }
  section#timeline article:nth-child(4) div.inner h2:after {
	background: #1abc9c;
  }
  section#timeline article:nth-child(5) div.inner h2 {
	background: #9b59b6;
  }
  section#timeline article:nth-child(5) div.inner h2:after {
	background: #9b59b6;
  }
  section#timeline article:nth-child(6) div.inner h2 {
	background: #e74c3c;
  }
  section#timeline article:nth-child(6) div.inner h2:after {
	background: #e74c3c;
  }
  section#timeline article:nth-child(7) div.inner h2 {
	background: #2ecc71;
  }
  section#timeline article:nth-child(7) div.inner h2:after {
	background: #2ecc71;
  }
  section#timeline article:nth-child(8) div.inner h2 {
	background: #e67e22;
  }
  section#timeline article:nth-child(8) div.inner h2:after {
	background: #e67e22;
  }
  section#timeline article:nth-child(9) div.inner h2 {
	background: #1abc9c;
  }
  section#timeline article:nth-child(9) div.inner h2:after {
	background: #1abc9c;
  }
  section#timeline article:nth-child(10) div.inner h2 {
	background: #9b59b6;
  }
  section#timeline article:nth-child(10) div.inner h2:after {
	background: #9b59b6;
  }
  section#timeline article:nth-child(11) div.inner h2 {
	background: #e74c3c;
  }
  section#timeline article:nth-child(11) div.inner h2:after {
	background: #e74c3c;
  }
	section#timeline article:nth-child(12) div.inner h2 {
		background: #2ecc71;
	  }
	  section#timeline article:nth-child(12) div.inner h2:after {
		background: #2ecc71;
	  }
	  section#timeline article:nth-child(13) div.inner h2 {
		background: #e67e22;
	  }
	  section#timeline article:nth-child(13) div.inner h2:after {
		background: #e67e22;
	  }
	 
	  *{
		margin:0;
		padding:0;
	  }
	  
	  .container{  padding-top: 20px;
		padding-bottom: 20px;
		position: relative;
		top: 1700px;
		right: 300px;}
	 
	  
	  .background-img{
		background-image: url("https://www.telerama.fr/sites/tr_master/files/styles/968x546/public/9407011_31.jpg?itok=F2ty8Bxi");
	  height: 400px;
		width: 800px;
		background-repeat: no-repeat;
		background-size: cover;
		margin: 5% auto;
		padding:20px;
		border: 1px solid #2a3cad;
		border-radius: 4px;
		box-shadow: 0px 0px 5px #2a3cad;
		position: relative;
	  }
	  
	  .content h2{ 
		  font-size:19px;
		
		}
		.content  { 
			width: 400px;
			height:700px;
			position: center
		  
		  }

	  .box{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 500px;
		height: 400px;
		background: #111845a6;
		box-sizing: border-box;
		overflow: hidden;
		box-shadow: 0 20px 50px rgb(23, 32, 90);
		border: 2px solid #2a3cad;
		color: white;
		padding: 20px;
	  }
	  
	  .box:before{
		content: '';
		position:absolute;
		top:0;
		left:-100%;
		width:100%;
		height:100%;
		background: rgba(255,255,255,0.1);
		transition:0.5s;
		pointer-events: none;
	  }
	  
	  .box:hover:before{
		left:-50%;
		transform: skewX(-5deg);
	  }
	  
	  
	  .box .content{
		position:absolute;
		top:15px;
		left:150px;
		right:150px;
		bottom:15px;
		border:1px solid #f0a591;
		padding:50px;
		text-align:center;
		box-shadow: 0 5px 10px rgba(9,0,0,0.5);
		
	  }
	  
	  .box span{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: block;
		box-sizing: border-box;
		
	  }
	  
	  .box span:nth-child(1)
	  {
		transform:rotate(0deg);
	  }
	  
	  .box span:nth-child(2)
	  {
		transform:rotate(90deg);
	  }
	  
	  .box span:nth-child(3)
	  {
		transform:rotate(180deg);
	  }
	  
	  .box span:nth-child(4)
	  {
		transform:rotate(270deg);
	  }
	  
	  .box span:before
	  {
		content: '';
		position: absolute;
		width:100%;
		height: 2px;
		background: #50dfdb;
		animation: animate 4s linear infinite;
	  }
	  
	  @keyframes animate {
		0% {
		transform:scaleX(0);
		transform-origin: left;
		}
		50%
		{
		  transform:scaleX(1);
		transform-origin: left;
		}
		50.1%
		{
		  transform:scaleX(1);
		transform-origin: right;
		  
		}
		
		100%
		{
		  transform:scaleX(0);
		transform-origin: right;
		  
		}
	}
		
	  .video{
		  position:absolute;
		bottom: -1400px;
		right: 295px

	  }

	  
	  
		#tv {
			position: relative;
			width: 350px;
			height: 350px;
			background: rgb(134, 133, 133);
			border-radius: 0% 0% 0% 0% / 0% 0% 0% 0% ;
			color: rgb(168, 164, 164);
			box-shadow: 20px 20px rgba(0,0,0,.15);
			transition: all .4s ease;
		  }
		  #tv:hover {
			border-radius: 0% 0% 50% 50% / 0% 0% 5% 5% ;
			box-shadow: 10px 10px rgba(0,0,0,.25);
		  }
		  
		  h3{
			color: black;
			font-family: Arial;
		  }
	 


