@font-face  {
	font-family: "Pervitina-Dex-FFP";
 	src: url("../font/Pervitina-Dex-FFP.ttf") format("truetype");
}

@font-face  {
	font-family: "Benguiat Bold";
 	src: url("../font/Benguiat\ Bold.ttf") format("truetype");
}

*{
	margin: 0;
}

/*! Partie Principale*/

body{
	background-image: url(../images/fond_page_principale.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}

#pprincipale{
	width: 100%;
	height: 100vh;
}

@keyframes logorotate {
	from { 
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
  }

#imgMenu:hover{
	animation: logorotate 1s normal;
}

#imgMenu{
	max-width: 100px
}

nav{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	overflow: hidden;
	background-color: black;
	position: fixed;
	width: 100vw;
	height: auto;
	z-index: 999;
}

nav i{
	color: white;
}

#cool{
	display: flex;
	flex-direction: row;
}

#cool div{
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu{
	background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 5%, transparent 5%) no-repeat;
	background-size: 0 100%;
	transition: background-size 0.3s;
}

.menu:hover{
	background-size: 100% 100%;
}

#bar{
	visibility: hidden;
}

#bars li{
	display: none;
}

li{
	list-style: none;
	font-family: "Pervitina-Dex-FFP";
	color: white;
	font-size: 3vh;
	padding: 15px;
}

#centerh{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-family: "Pervitina-Dex-FFP";
	font-size: 3vh;
	font-style: italic;
	width: auto;
	height: 90vh;
}

h1{
	color: red;
}

/*! Partie about-me */

#About-me{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 5vh;
	background-color: #293133;
	opacity: 0.9;
}

#About-me h1{
	font-size: 4vh;
	color: white;
	font-family: "Pervitina-Dex-FFP";
}

#col-img{
	display: flex;
	flex-direction: column;
	align-items: center;
}

#col-img img{
	width: 15vw;
	height: 40vh;
	border-radius: 10px;
}

input{
	margin: 10px;
	width: 150px;
	height: 4vh;
	border: 2px solid white;
	border-radius: 5px;
	color: white;
	background-color: transparent;
}

#centerp-about{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 10px;
}

#centerp-about div{
	padding: 20px;
}

#center-about{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	border-left: 2px solid red;
}

#center-about p{
	padding: 5px;
	color: white;
	font-family: Arial;
	font-size: 2vh;
	font-style: italic;
}

strong{
	color: red;
}

#it{
	color: white;
	text-decoration: underline;
	font-size: initial;
	font-weight: bold;
}

/*! Partie Competence */

#Skills h1{
	font-size: 4vh;
	color: white;
	font-family: "Pervitina-Dex-FFP";
	padding: 10px;
}

#Skills{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 5vh;
}

#barres{
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	font-family: Arial;
	font-style: italic;
	padding: 20px;
}

#barres-html{
	color: white;
	display: flex;
	flex-direction: row;
	align-items: center;
}

#barres-html p{
	padding: 5px;
	font-size: 2vh;
}

#bh{
	display: flex;
	align-items: center;
	width: 45vw;
	height: 3vh;
	border-radius: 5px;
	border: 2px solid #293133;
	background-color: #293133;
	margin: 5px;
}

#ph{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 40vw;
	height: 3vh;
	border-radius: 5px;
	border: 2px solid red;
	background-color: red;
}

#barres-css{
	color: white;
	display: flex;
	flex-direction: row;
	align-items: center;
}

#barres-css p{
	padding: 5px;
	font-size: 2vh;
}

#bc{
	display: flex;
	align-items: center;
	width: 45vw;
	height: 3vh;
	border-radius: 5px;
	border: 2px solid #293133;
	background-color: #293133;
	margin: 5px;
}

#pc{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 36vw;
	height: 3vh;
	border-radius: 5px;
	border: 2px solid red;
	background-color: red;
}

#barres-js{
	color: white;
	display: flex;
	flex-direction: row;
	align-items: center;
}

#barres-js p{
	padding: 5px;
	font-size: 2vh;
}

#bj{
	display: flex;
	align-items: center;
	width: 45vw;
	height: 3vh;
	border-radius: 5px;
	border: 2px solid #293133;
	background-color: #293133;
	margin: 5px;
}

#pj{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 30vw;
	height: 3vh;
	border-radius: 5px;
	border: 2px solid red;
	background-color: red;
}

#barres-php{
	color: white;
	display: flex;
	flex-direction: row;
	align-items: center;
}

#barres-php p{
	padding: 5px;
	font-size: 2vh;
}

#bp{
	display: flex;
	align-items: center;
	width: 45vw;
	height: 3vh;
	border-radius: 5px;
	border: 2px solid #293133;
	background-color: #293133;
	margin: 5px;
}

#pp{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 24vw;
	height: 3vh;
	border-radius: 5px;
	border: 2px solid red;
	background-color: red;
}

#barres-jquery{
	color: white;
	display: flex;
	flex-direction: row;
	align-items: center;
}

#barres-jquery p{
	padding: 5px;
	font-size: 2vh;
}

#bjq{
	display: flex;
	align-items: center;
	width: 45vw;
	height: 3vh;
	border-radius: 5px;
	border: 2px solid #293133;
	background-color: #293133;
	margin: 5px;
}

#pjq{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 36vw;
	height: 3vh;
	border-radius: 5px;
	border: 2px solid red;
	background-color: red;
}

/*! Partie Projets */

#Projets{
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #293133;
	padding: 5vh;
	opacity: 0.9;
}

#Projets a{
	text-decoration: none;
}

#Projets h1{
	padding: 10px;
	font-size: 4vh;
	color: white;
	font-family: "Pervitina-Dex-FFP";
}

#Projets h2{
	padding: 10px;
	align-self: center;
	font-size: 3vh;
	color: white;
	font-family: "Pervitina-Dex-FFP";
}

#Projets p{
	color: white;
	font-family: Arial;
	font-size: 2vh;
	font-style: italic;
}

#Projets span{
	color: red;
	font-family: Arial;
	font-size: 2vh;
	font-style: italic;
}

.invisible{
	visibility: hidden;
}

#Projetss section{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 90vw;
	height: auto;
}

#Projetss div{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 200px;
	height: 200px;
}

#Projetss p{
	text-align: center;
}

#un{
	background-image: linear-gradient(rgba(14, 13, 13, 0.5), rgba(24, 23, 23, 0.5)), url(../images/chuck.jpg);
	background-size: cover;
	background-position: center;
}

#deux{
	background-image: linear-gradient(rgba(14, 13, 13, 0.5), rgba(24, 23, 23, 0.5)), url(../images/pokemon.jpg);
	background-size: cover;
	background-position: center;
}

#trois{
	background-image: linear-gradient(rgba(14, 13, 13, 0.5), rgba(24, 23, 23, 0.5)), url(../images/star.jpg);
	background-size: cover;
	background-position: center;
}

#quatre{
	background-image: linear-gradient(rgba(14, 13, 13, 0.5), rgba(24, 23, 23, 0.5)), url(../images/flower.jpg);
	background-size: cover;
	background-position: center;
}

#cinq{
	background-image: linear-gradient(rgba(14, 13, 13, 0.5), rgba(24, 23, 23, 0.5)), url(../images/portfolio.jpg);
	background-size: cover;
	background-position: center;
}

#six{
	background-image: linear-gradient(rgba(14, 13, 13, 0.5), rgba(24, 23, 23, 0.5)), url(../images/fortinte.png);
	background-size: cover;
	background-position: center;
}

#seven{
	background-image: linear-gradient(rgba(14, 13, 13, 0.5), rgba(24, 23, 23, 0.5)), url(../images/noth-vr.png);
	background-size: cover;
	background-position: center;
}

/*! Partie Footer */

footer{
	display: flex;
	flex-direction: column;
	align-items: center;
}

footer p{
	margin: 10px;
	color: white;
	font-family: Arial;
	font-size: 2vh;
	font-style: italic;
}

#cont{
	display: flex;
	flex-direction: row;
}

#cont i{
	color: white;
	padding: 10px;
}


@media(max-width: 900px){
	/*! Menu */
	.vresponsive{
		display: none !important;
	}

	#bar{
		visibility: initial;
		order: -1;
	}

	#bars{
		order: -1;
	}

	#bars li{
		display: initial;
	}

	li{
		font-size: 3vh;
	}

	#cool{
		flex-direction: column;
		align-items: flex-end;
	}

	/*! Partie About-me */
	#centerp-about{
		flex-direction: column;
	}

	#center-about{
		border: 2px solid red;
	}
	#col-img img{
		height: 60%;
		width: 40%;
	}
	/*! Partie Projets */
	.invisible{
		visibility: initial;
	}

	#Projets a:active{
		text-decoration: none;
	}

	#Projetss section{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	#Projetss section a{
		padding: 10px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}