@font-face {font-family:"RobotoCondensed"; src: url("../fonts/RobotoCondensed.woff");}
@font-face {font-family:"DinRegular"; src: url("../fonts/DinRegular.woff");}
@font-face {font-family:"Bebas"; src: url("../fonts/Bebas.woff");}
@font-face {font-family:"Louis"; src: url("../fonts/Painter.woff");}
@font-face {font-family:"Painter"; src: url("../fonts/Louis.woff");}

html{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-color:#000045;
	background-image:url("../images/background/background.jpg");
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}

#avw{
	width:100%;
	height:100%;
	padding:0;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	background: linear-gradient(140deg,rgba(56,00,00, 0.8),rgba(00,00,46, 0.8));

}

.line{
	height:9%;
	width:100%;
	margin:0;
	padding:0;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:row;
}

#line_avw{
	height:29%;
}

.line p{
	width:calc(100% / 13);
	height:100%;
	margin:0;
	padding:0;
	display:flex;
	justify-content:center;
	align-items:center;
	color:white;
}

.major{
	font-family:"Bebas";
	color:white;
  	filter:drop-shadow(5px 0px 0px #222);
	font-size:180px;
	transition-duration:0.5s;
}

.major:hover{
	filter:drop-shadow(0px 0px 5px black);
}

.minor{
	font-size:20px;
	opacity:0;
	font-family:"RobotoCondensed";
}

/*Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	.line{
		height:4%;
		width:90%;
	}

	#line_avw{
		height:10%;
	}

	.major{
		font-size:70px;
	}

	.minor{
		font-size:12px;
	}
}

/*Small devices (landscape phones, less than 768px)*/
@media (min-width: 575.99px) and (max-width: 767.98px) {
	.line{
		height:6%;
		width:70%;
	}

	#line_avw{
		height:12%;
	}

	.major{
		font-size:100px;
	}
}

@media (max-width:767.98px) and (orientation:landscape){
	.major{
		font-size:54px;
	}

	.minor{
		font-size:12px;
	}
}

.minor_crea{
	animation:letters 12s infinite;
}

.minor_design{
	animation:letters 9s infinite;
}

.minor_graphic{
	animation:letters 6s infinite;
}

.minor_web{
	animation:letters 15s infinite;
}

.minor_video{
	animation:letters 18s infinite;
}

@keyframes letters{

	0%{opacity:0;}
	50%{opacity:1;}
	100%{opacity:0;}

}

#position{
	position:absolute;
	display:flex;
	justify-content:center;
	align-items:center;
	left:25px;
	top:10px;
	width:50px;
}

#position p{
	font-family:"Bebas";
	letter-spacing:4px;
	font-size:16px;
	width:30px;
	color:white;
	margin-left:5px;
}

@media (max-width: 575.98px){
	#position p{
		font-size:12px;
	}
}

#position img{
	height:22px;
}

#logo{
	top:10px;
	left:calc(50% - 165px);
	position:absolute;
	height:150px;
}

#logo img{
	height:100%;
}

@media (max-width:767.98px) and (orientation:portrait){
	#logo{
		top:55px;
		height:100px;
		left:calc(50% - 110px);
	}

	#logo img{
		height:100px;
	}
}

@media (max-width:767.98px) and (orientation:landscape){
	#logo{
		top:7px;
		height:70px;
		left:calc(50% - 75px);
	}

	#logo img{
		height:70px;
	}
}

#rec{
	position:absolute;
	display:flex;
	right:25px;
	color:white;
	top:10px;
	width:50px;
}

#rec p{
	font-family:"Bebas";
	letter-spacing:4px;
	font-size:16px;
	width:30px;
	margin-right:5px;
}

@media (max-width: 575.98px){
	#rec p{
		font-size:12px;
	}
}

@keyframes rec{
	0%{opacity:0;}
	32%{opacity:0;}
	33%{opacity:1;}
	66%{opacity:1;}
	67%{opacity:0;}
	100%{opacity:0;}
}

#rec img{
	margin-top:0;
	border:2px solid white;
	border-radius:20px;
	width:15px;
	animation:rec 0.8s infinite;
}

@media (max-width: 575.98px){
	#rec img{
		margin-top:-2px;
	}
}

#link{
	border-top:3px solid white;
	border-bottom:1px solid rgba(255,255,255,0);
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	text-decoration:none;
	position:absolute;
	height:70px;
	width:250px;
	right:0;
	bottom:0;
	transition-duration:0.5s;
}

#link p{
	width:100%;
	font-family:"Bebas";
	letter-spacing:4px;
	font-size:20px;
	padding:5px;
	color:white;
	transition-duration:0.5s;
}

#link:hover{
	border-bottom:3px solid white;
	background-color:white;
	color:black;
}

#link:hover p{
	letter-spacing:0px;
	color:black;
}

/*Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	#link{
		width:170px;
		height:55px;
		border-top:2px solid white;
	}

	#link p{
		font-size:16px;
		padding:5px;
		letter-spacing:2px;
	}

	#link:hover p{
		letter-spacing:0px;
	}
}

@media (max-width:767.98px) and (orientation:landscape){
	#link{
		width:200px;
		height:50px;
	}

	#link p{
		font-size:16px;
	}
}

#reseaux{
	position:absolute;
	left:20px;
	bottom:10px;
	width:250px;
	height:50px;
}

#reseaux img{
	height:45px;
}

@media (max-width: 575.98px){
	#reseaux{
		bottom:5px;
		height:40px;
	}

	#reseaux img{
		height:35px;
	}
}

@media (max-width:767.98px) and (orientation:landscape){
	#reseaux{
		bottom:5px;
		height:45px;
	}
}

@media screen and (orientation:portrait){
	
}

@media screen and (orientation:landscape){
		
}

/*Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {

}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {

}

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {

}