html,body{
	font-family: arial, sans-serif;
	font-size:12pt;
	margin:0;
	margin-bottom:100px;
	width:100%;
	height: 100%;
	background-color:#1D212A;
	color:white;
}

/******header******************/

header{
	margin:0;
	width:100%;
	height:100px;
 	color:white;
 	border:none;
 	display:inline-block;
 	background-color:#1D212A;
}

header nav{
	height:100%;
	margin:0px;
	margin-top:10px;
}

header nav ul{
	text-align:center;
	padding:0;
	margin:0;
	height:100%;
	line-height:50px;
	text-shadow: 2px 2px 2px black;
}

header nav ul li{
	margin:0;
	display:inline-block;
	width:350px;
	height:100%;
	text-align:center;
}

header nav ul a{
	display:block;
	margin:10px;
	border-radius:10px; 
	color:white;
	text-decoration:none;
	font-size:30px;
	box-shadow:4px 4px #292E3B;
	transition: background-color 0.5s ease; /* adoucir les transitions de couleurs de fond*/
}

header nav ul li a:hover{
	background-color:#292E3B;
	font-size:35px;
	box-shadow:none;
}

header p, header img{
	display:inline-block;
}

.top{
	display:flex;
	align-items:center;
	margin:20px;
}

.top .dive{
	margin-left:20px;
}

.top h1{
	text-shadow: 4px 4px 8px #000000;
	font-size:3em;
}	

.top h1 {
	padding:0;
    font-size: 3em;
    color: #ffffff;
    text-align: center;
    -webkit-animation: glow 1.5s ease-in-out infinite alternate;   /*faire briller h1*/
    -moz-animation: glow 1.5s ease-in-out infinite alternate;
    animation: glow 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
        from {
          text-shadow: 0 0 10px #eeeeee, 0 0 20px #000000, 0 0 30px #000000, 0 0 40px #000000, 0 0 50px #3E5780;
        }
        to {
          text-shadow: 0 0 20px #eeeeee, 0 0 30px #1D224B, 0 0 40px #1D224B, 0 0 50px #1D224B, 0 0 60px #1D224B;
        }
      }

.top #face{
	height:210px;
	border-radius:20px;
	border-style:outset;
	background-color: #8897BF;
	background-image: linear-gradient(#8897BF, #FFF); /* faire un fond dégradé*/
}


.top div a{
	text-decoration:none;
	color:white;
}

.top div a:hover{
	text-decoration: underline;
}

.top h4{
	font-size: 1.2em;
}

/******index.html******************/
 
main{
	margin:10px;
}

#mainindex{
	font-size: 1.1em;
	color:#E0E2E7;
}

.coords img{
	width:25px;
}

.coords{
	display:flex;
	align-items: center;
}

h2{ text-align:center;
	background:#414A5B;;
	padding:5px;
	color:white;
	border-radius:10px; 
	width:150px;
	margin-left:auto;
	margin-right: auto;
	box-shadow:4px 4px #292E3B;
}

h3{
	color:#85929E;
	text-decoration:underline;
	font-size: 1.6em;
}

.ok{ 
	margin:10px;
	padding:10px;
	border-radius:10px; 
	box-shadow:4px 4px #292E3B;
	transition: background-color 0.5s ease;
}

.ok:hover{
	background-color: #292E3B;
}

#ed{
  display:flex;
}


/*Experience*/

.exptext h2{
 	margin-left:10px;
}

.exptext p{
	box-shadow:4px 4px #292E3B;
	width:320px;
	margin-left:10px;
	padding:10px;
	border-radius:10px; 
	transition: background-color 0.5s ease;
}

.exptext p:hover{
	background-color: #292E3B;
}


/*What I am great at*/

#titleskills {
	width:250px;
}

h5{
	font-size:1.2em;
	color:#85929E;
	text-shadow: 2px 2px 2px black;
}

#skills ul{
	text-align:center;
	padding:0;
	margin:0;
	height:100%;
	display:flex;
	justify-content:space-between;
	line-height:0.6;
}

#skills ul li{
	margin:0;
	display:inline-block;
	width:300px;
	height:200px;
	text-align:center;
	border: 5px solid #292E3B;
	border-radius:10px; 
	transition: background-color 0.5s ease;
}

#skills ul a{
	display:block;
	margin:10px;
	color:white;
	text-decoration:none;
	font-size:30px;
}

#skills ul li:hover{
	background-color: #292E3B;
}


#skills img{
	width:50px;
}


/*Languages*/

#languages ul{
	text-align:center;
	padding:0;
	margin:0;
	height:100%;
	display:flex;
	justify-content:space-between;
	line-height:0.6;
}

#languages ul li{
	margin:0;
	display:inline-block;
	width:300px;
	text-align:center;
}

#languages ul a{
	display:block;
	margin:10px;
	color:white;
	text-decoration:none;
	font-size:30px;
}


#languages img{
	width:50px;
}

#languages h5{
	font-size:1em;
	color:#85929E;
	text-shadow: 2px 2px 2px black;;
}

#arrow img{
	width:25px;
}

/*Footer*/
footer{
	height:100px;
	bottom:0;
	width:100%;
	border-top: 5px solid #292E3B;
	display: flex;
	align-items:center;
	height: 100px;
	justify-content: space-between;
	
}

footer img{
	width:100px;
}

footer a{
	margin-left:50px; 
	padding:10px;
	display:block;
	border-radius:10px; 
	color:white;
	text-decoration:none;
	font-size:20px;
	box-shadow:4px 4px #292E3B;
	transition: background-color 0.5s ease;
}

footer a:hover{
	background-color:#292E3B;
	font-size:22px;
	box-shadow:none;
}

footer #ah{
	box-shadow:none;
	background-color:#292E3B;
}


footer div{
	display: flex;
  	flex-direction:column;
}

footer img{
	width: 100px;
	margin-bottom: 10px;
}

/****** future.html ******************/

#pfuture{
	font-size:1.6em;
	text-align:center;
	text-shadow: 2px 2px 4px #000000;
	width:350px;
	margin-left:auto;
	margin-right:auto;
	height:15px;
}

#mainfuture{
	font-size:14pt;
	display:flex;
	justify-content: space-between;
	margin-left:10%;
	margin-right:10%;
	color:black;
	height:650px;
}


.webdesigner, .gamedesigner, .infodesigner{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 1), 0 6px 20px 0 rgba(0, 0, 0, 1);
	width:400px;
	height:500px;
	background-size:cover;
	position:relative;
	top:120px;
	display:inline-block;
}

.future{
	display:none;  		/* faire en sorte que le texte ne soit pas visible si on ne passe pas la souris dessus*/
	position:absolute;
	text-align:center;
}

.webdesigner{
	background-image:url("img/gris1.jpg");
	transition: opacity 0.3s ease;
}

.webdesigner:hover .future{
	display:block;
	
}

.gamedesigner{
	background-image:url("img/gris2.jpg");
	
}

.gamedesigner:hover .future{
	display:block;
}

.infodesigner{
	background-image:url("img/gris3.jpg");
}

.infodesigner:hover .future{
	display:block;
}

.morejobs{
	width:1000px;
	margin-top:30px;
	display:flex;
	flex-direction:column;
	align-items:center;
	margin-left:auto;
	margin-right:auto;
}

.morejobs h2{
	width:150px;
	height:31px;
}

/****** skills.html******************/

#mainskills{
	margin-top:30px;
}

#mainskills #clic{
	display:flex;
	margin-left:auto;
	margin-right:auto;
}

.imgfuture{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	margin-bottom:70px;
}

.imgfuture img{
	width:250px;
	height:250px;
	margin:5px;
	transition: width  0.2s ease;
	transition: height 0.2s ease;
}

.imgfuture img:hover{
	width:300px;
	height:300px;
}

.img1:hover{
	transform: rotate(-6deg);
}

.img2:hover{
	transform: rotate(6deg);
}

.video{
	text-align:center;
}

/******formulaire.html******************/

form{
  margin:auto;
  margin-top:50px;
  width:400px;
  padding: 1em;
  border: 3px solid #709CA7;
  border-radius: 1em; 
}

textarea{
	max-width:98%;
	width:350px;
}

#buttonform{
	float:right;
	margin-right:50px;
	display:flex;
	justify-content: center;
	text-align:center;
	align-items:center;
	height:50px;
	width:75px;
	border-radius:10px; 
	color:white;
	text-decoration:none;
	font-size:20px;
	box-shadow:4px 4px #292E3B;
	transition: background-color 0.5s ease;
}

#submit:hover{
	background-color: #9CD0AA;
}

#reset:hover{
	background-color: #C48D8D;
}

#buttonform:hover{
	background-color:#292E3B;
	font-size:22px;
	box-shadow:none;
}
/***** Formulaire reponse *********/

#bodyphp{
	display:flex;
}

#bodyphp img{
	width:100px;
}

.phpdiv {
    margin-bottom: auto;
    margin-top: 75px;
	padding:5px;
	text-align:center;
	width:250px;
	background-color: #137C8B;
	position: relative;
	animation-name: phpanswer;
	animation-duration: 15s;
	animation-timing-function:linear;
	animation-delay: 1s;
	animation-iteration-count: infinite;
	animation-direction:alternate;
}

@keyframes phpanswer{
	0%   {background-color:#137C8B; left:0px; top:0px;}
	25%  {background-color:#709CA7; left:750px; top:0px;}
	50%  {background-color:#B8CBD0; left:750px; top:750px;}
	75%  {background-color:#7A90A4; left:0px; top:750px;}
	100% {background-color:#344D59; left:0px; top:0px;}
}

#phpbutton{
	text-align:center;
	height:70px;
	width:250px;
	border-radius:10px; 
	color:white;
	text-decoration:none;
	font-size:20px;
	box-shadow:4px 4px #292E3B;
	transition: background-color 0.5s ease;
}

#phpbutton:hover{
	background-color:#292E3B;
	font-size:22px;
	box-shadow:none;
}

/*****music.html**********/

#reco{
	width:550px;
	margin-bottom:50px;
}
#music{
	text-align:center;
}