/*color paalette :
white: #FFFFFF
black: #000000
lighter:#C9D3D6
light:#FACEC0
common:#B6B0B0
dark:#529FA7
darker:#1C6179
*/

.homepage{
	width: 75%;
	float: right;
	right: 0px;
	top: 60px;
	bottom: 50px;
	background-image: url(wallpapee.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	font-variant: small-caps;
	font-family: monospace;
	font-size: 20px;
	margin: 0;
	padding-bottom: 100px;
}
body{
	margin-top: 70px;
	margin-bottom: 60px;
	background-image: url(wallpapee.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	font-variant: small-caps;
	font-family: monospace;
	font-size: 20px;
}
#headfond{
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 80px;
	z-index: 0;

}
#asid{
	position: fixed;
	top: 0px;
	bottom: 0px;
	height: 100%;
	left: 0px;
	width: 25%;
}
#foot{
	position: fixed;
	bottom: 0px;
	width: 100%;
	left: 0px;
	height: 80px;
}
.videocv video{
	width: 700px;
	height: 400px;
}

/*header/menu du cv
seulement la premiere page (about me)
il doit seulement faire 80% de largeur*/
#home{
	display: flex;
	justify-content: center;
	align-content: center;
	height: 60px;
	width: 80%;
	position: fixed;
	right: 0px;
	top: 0px;
	background: none;
}
#home ul{
	display: flex;
	justify-content: center;
	align-content: center;
	width: 100%;
}
#home ul li{
	list-style-type: none;
	font-size: larger;
	text-transform: uppercase;
	display: inline-block;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	white-space: nowrap;
}
#home a{
	text-decoration: none;
	color: black;
}
#home li a{
	text-align: center;
	vertical-align: middle;
}
#home li a:hover{
	color: #529FA7;
	background: none;
	font-size: larger;
}

@media screen and (max-width: 800px){
	#home ul li{
		font-size: smaller;
		white-space: nowrap;
	}
	
}
#home ul li a img{
	width: 22px;
	height: 24px;
}

/*header pour le reste des pages
s'applique sur toute la largeur vu qu'il n'y a pas le aside*/

header{
	display: flex;
	justify-content: center;
	align-content: center;
	position: fixed;
	right: 0px;
	top: 0px;
	height: 60px;
	width: 100%;
	background: none;

}
header ul{
	display: flex;
	justify-content: center;
	align-content: center;
	width: 100%;
}
header ul li{
	list-style-type: none;
	font-size: larger;
	text-transform: uppercase;
	display: inline-block;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	white-space: nowrap;
}
header a{
	text-decoration: none;
	color: black;
}
header li a{
	display: block;
	text-align: center;
	padding: 15px;
}
header li a:hover{
	color: #529FA7;
	background: none;
	font-size: larger;
}
header ul li a img{
	width: 22px;
	height: 24px;
}

/*text du header reste sur 1 ligne/ne saute pas de ligne quand page se serre*/

@media screen and (max-width: 800px){
	header ul li{
		font-size: smaller;
		white-space: nowrap;
	}
	
}

/*aside, l'endroit où il y aura ma photo
+ présentation brève*/

aside{
	display: flex;
	width: 20%;
	flex-direction: column;
	justify-content: start;
	align-items: center;
	position: fixed;
	left: 0;
	top: 0;
	padding: 10px;
	height: 100%;
}
aside img{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90%;
	height: 160px;
	max-width: 150px;
}
aside p{
	display: flex;
	justify-content: center;
	align-content: center;
	margin: 10px;
	text-align: center;
}
aside h1{
	text-transform: uppercase;
}
aside h2{
	text-align: center;
	text-transform: uppercase;
	font-size: 50px;
} 
aside ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
aside ul li a{
	color: black;
}
aside ul li a:hover{
	color: #C9D3D6;
}

/*rapetisser tout quand 100px pour voir tout le contenu*/

@media screen and (max-width: 1000px){
	aside h1, aside h2{
		font-size: 20px;
		white-space: nowrap;
	}
	aside p{
		font-size: smaller;
	}
	aside ul li{
		font-size: smaller;
	}
	#pdp{
		max-width: 80px;
		max-height: 105px;
	}
	
}
#pdp{
	border: solid white 2px;
	width: 130px;
	height: 175px;
}

/*body, contenu du cv*/

div{
	color: black;
}
.forma{
	background-color: rgb(255, 255, 255, 0.5);
	padding: 20px;
	width: 95%;
	border-radius: 1%;
	margin-right: 20px;
}
.ski{
	background-color: rgb(255, 255, 255, 0.5);
	padding: 20px;
	margin-top: 10px;
	width: 95%;
	border-radius: 1%;
}
.prof{
	background-color: rgb(255, 255, 255, 0.5);
	padding: 20px;
	width: 95%;
	margin-top: 10px;
	border-radius: 1%;
}

h3{
	font-size: 50px;
}
h4{
	font-size: 30px;
}
iframe{
	float: left;
	width: 60%;
	margin: 20px;
}
iframe, .ski{
	display: flex;
}
.persow{
	background-color: rgb(255, 255, 255, 0.5);
	padding: 20px;
	width: 95%;
	margin-top: 20px;
	border-radius: 1%;
}
.persow a{
	color: black;
}
.persow a:hover{
	color: #1C6179;
}
.wat{
	background-color: rgb(255, 255, 255, 0.5);
	padding: 20px;
	width: 95%;
	margin-top: 20px;
	border-radius: 1%;
	margin-bottom: 50px;
}
.wat a{
	color: black;
}
.wat a:hover{
	color: #1C6179;
}

#enhaut{
	color: white;
}
#enhaut:hover{
	color: #1C6179;
}

/*footer ; contact*/

footer{
	background: none;
	position: fixed;
	margin: 0px;
	bottom: 0px;
	width: 100%;
	left: 0px;
	height: 50px;
	display: inline-block;
	vertical-align: middle;
	color: #000000;
	text-align: center;
	display: flex;
  	align-items: center;
  	justify-content: center
}
footer h3{
	display: inline-block;
	color: #000000;
	vertical-align: middle;
	margin: 0px;
	font-size: 30px;
}
footer h3 ul li{
	display: inline-block;
	vertical-align: middle;
	color: #000000;
}
footer ul{
	display: inline-block;
	vertical-align: middle;
	list-style-type: none;
}
footer ul li{
	display: inline-block;
	vertical-align: middle;
	padding-right: 30px;
	color: #000000;
}
@media screen and (max-width: 800px){
	footer ul li{
		font-size: smaller;
		white-space: nowrap;
	}
}
#insta{
	width: 20px;
	height: 20px;
}

/*autres pages*/
/*jobs page*/

.iwannabe{
	display: flex;
}

.iwannabe div{
	background-color: rgb(255, 255, 255, 0.5);
	margin: 10px;
	padding: 20px;
	border-radius: 1%;
	width: 50%;
}
.iwannabe img{
	margin: 10px;
	height: 300px;
	width: 300px;
}

@media screen and (max-width: 800px){
	.iwannabe img{
		height: 170px;
		width: 170px;
		white-space: nowrap;
	}
}
/*formulaire*/

.formulaire{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.formulaire form input{
	border: solid 2px #529FA7;
}
.formulaire form textarea{
	border: solid 2px #529FA7;
}
.formulaire h1{
	background-color: rgb(255, 255, 255, 0.5);
	width: 100%;
	text-align: center;
}

/*my work page*/

#workwork{
	text-align: center;
	background-color: rgb(255, 255, 255, 0.5);
	width: 100%;
}

.photo{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 50px;
}
.photo h1{
	text-decoration: underline;
	text-align: center;
}
.digidraw img{
	width: 300px;
	height: 300px;
}
.digidrawvideo video{
	width: 500px;
	height: 500px;
}
.videovertical video{
	width: 300px;
	height: 500px;
}
#son{
	width: 500px;
	height: 300px;
}
@media screen and (max-width: 1000px){
	.digidraw img{
	width: 200px;
	height: 200px;
}
.digidrawvideo video{
	width: 300px;
	height: 300px;
	}
}
iframe{
	width: 700px;
	height: 400px;
}
.horizontal{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.horizontal img{
	height: 200px;
	width: 280px;
	margin: 5px;
}
.vertical{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.vertical img{
	height: 280px;
	width: 200px;
	margin: 5px;
}
.montage .hori{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.montage .hori img{
	height: 200px;
	width: 280px;
	margin: 5px;
}
.montage .verti{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.montage .verti img{
	height: 280px;
	width: 200px;
	margin: 5px;
}
.montage #rududu{
	height: 250px;
	width: 200px;
}
.montage #kick{
	height: 280px;
	width: 150px;
}
.montage .others{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
/*autres détails*/

hr{
	width: 200px;
	border: solid white 2px;
}
aside hr{
	width: 30px;
}

#htval{
	width: 80px;
	height: 30px;
}


