body {
	padding: 0;
	margin: 0;
	background-color: rgb(34,34,34);
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: 700;
	color: #EEEEEE;
}

a{
	width:80%;
	height:60px;
}

#Perso {
	width:1250px;
	margin:auto;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
/*================================================================================Titre et sous titre=======================================================================*/
#Perso>section:nth-of-type(1){
	width:100%;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}

#Perso>section:nth-of-type(1)>section{
	width:100%;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}

#Perso>section:nth-of-type(1)>section:nth-of-type(1){
	margin: 50px 0px 50px 0px;
}

#Perso>section:nth-of-type(1)>section:nth-of-type(1)>article:nth-of-type(1){
	width:100%;
	display:flex;
	justify-content:center;
}

#Perso>section:nth-of-type(1)>section:nth-of-type(1) hr{
	border: 1px solid rgb(33,150,243);
}

#Perso>section:nth-of-type(1)>section h1{
	font-size:50px;
	margin:0;
	font-weight: 700;
}

#Perso>section:nth-of-type(1)>section h1:nth-of-type(2){
	margin-left:15px;
	color: rgb(33,150,243);
}
/*================================================================================Sous Titre=======================================================================*/
#Perso>section:nth-of-type(1)>section h2{
	font-size:18px;
	margin:0;
	font-weight: 700;
}
#Perso>section:nth-of-type(1)>section:nth-of-type(1)>article:nth-of-type(2){
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
}
#Perso>section:nth-of-type(1)>section:nth-of-type(1)>article:nth-of-type(2)>article:nth-of-type(1){
	width:10%;
}
#Perso>section:nth-of-type(1)>section:nth-of-type(1)>article:nth-of-type(2)>article:nth-of-type(2){
	width:75%;
	display:flex;
	justify-content:center;
}
#Perso>section:nth-of-type(1)>section:nth-of-type(1)>article:nth-of-type(2)>article:nth-of-type(3){
	width:10%;
}
/*================================================================================Début Description=======================================================================*/
#Perso>section:nth-of-type(1)>section:nth-of-type(2){
	display:flex;
	justify-content:space-around;
	margin-bottom:-350px;
}

#Perso>section:nth-of-type(1)>section:nth-of-type(2)>article:nth-of-type(1){
	width:48%;
	margin-left:3%;
}
/*================================================================================Image=======================================================================*/
#Perso>section:nth-of-type(1)>section:nth-of-type(2)>article:nth-of-type(1)> img {
	width:400px;
}

#Perso>section:nth-of-type(1)>section:nth-of-type(2)>article:nth-of-type(1)>article{
	width:400px;
	height:400px;
	z-index:-2;
	border:solid 8px rgb(33,150,243);
	position:relative;
	top:-380px;
	left:30px;
}
/*================================================================================Mes info=======================================================================*/
#Perso>section:nth-of-type(1)>section:nth-of-type(2)>article:nth-of-type(2){
	width:48%;
	display:flex;
	flex-wrap:wrap;
}

#Perso>section:nth-of-type(1)>section:nth-of-type(2)>article:nth-of-type(2)>article{
	width:100%;
	display:flex;
}
#Perso>section:nth-of-type(1)>section:nth-of-type(2)>article:nth-of-type(2)>article:nth-of-type(1)>article{
	width:50%;
}

#Perso>section:nth-of-type(1)>section:nth-of-type(2)>article:nth-of-type(2)>article:nth-of-type(1)>article p{
	margin-bottom:30px;
	font-size:18px;
}


/*================================================================================Boutton=======================================================================*/

#Perso>section:nth-of-type(1)>section:nth-of-type(2)>article:nth-of-type(2)>article:nth-of-type(2){
	position: relative;
	top: -200px
}

button:hover{
  background:white;
  color:rgb(33,150,243);
}

button {
    width: 100%;
    height: 60px;
    position: relative;
    background: rgba(255, 255, 255, .27);
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    letter-spacing: 1px;
    border: none;
    font-size: 15px;
    outline: none;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    cursor: pointer;
	transition:all .5s ease-in-out;
}

/*================================================================================Experience and Education=======================================================================*/

#Perso>section:nth-of-type(2){
	display:flex;
	flex-wrap:wrap;
}

#Perso>section:nth-of-type(2)>article{
	width:50%;
	display:flex;
	justify-content:center;
}
#Perso>section:nth-of-type(2)>article h2{
	margin-bottom:0;
}

#Perso>section:nth-of-type(2)>section{
	width:50%;
	display:flex;
	justify-content:flex-start;
}

/*================================================================================Skills=======================================================================*/
.skills {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  width:100%;
}

.skills .skills-types {
  display: flex;
  justify-content:space-evenly;
  text-align: center;
  margin-bottom: 30px;
  width:100%;
}

.skills .skills-types .background {
  background-color: rgba(255, 255, 255, .27);
  border-radius: 40px;
  margin: 0em 1em;
  padding: 1em;
  position: relative;
  color:white;
  width:30%;
  transition:all .5s ease-in-out;
}

.skills .skills-types .background:hover{
  background:white;
  color:rgb(33,150,243);
}

.skills .skills-types .background ul {
  padding: 0;
  display: flex;
  flex-wrap:wrap;
  justify-content:space-evenly;
}

.skills .skills-types .background ul li {
  list-style: none;
  width:22%;
  padding: 0 16px;
  margin: 8px;
  border-radius: 18px;
  color: white;
  background: #222222;
}


@media (max-width: 959px) {
	
	#Perso {
		margin-top:70px;
		width:100%;
		overflow: hidden;
	}
	
	#Perso>section:nth-of-type(1) {
		height: auto;
	}

	#Perso>section:nth-of-type(1)>section h2{
		font-size:20px;
		text-align:center;
	}

	#Perso>section:nth-of-type(1)>section h1{
		font-size:40px;
	}
	
	#Perso>section:nth-of-type(1)>section:nth-of-type(1)>article:nth-of-type(2){
		flex-wrap:wrap;
	}

	#Perso>section:nth-of-type(1)>section:nth-of-type(1)>article:nth-of-type(2)>article:nth-of-type(1){
		display:none;
	}

	#Perso>section:nth-of-type(1)>section:nth-of-type(1)>article:nth-of-type(2)>article:nth-of-type(2){
		width:80%;
	}

	#Perso>section:nth-of-type(1)>section:nth-of-type(1)>article:nth-of-type(2)>article:nth-of-type(3){
		width:80%;
	}
	
	#Perso>section:nth-of-type(1)>section:nth-of-type(2){
		display:flex;
		justify-content:center;
		flex-wrap:wrap;
		height: auto;
		margin-bottom:5px;
	}
	
	#Perso>section:nth-of-type(1)>section:nth-of-type(1) {
		margin:0px 0px 10px 0px;
	}
	
	#Perso>section:nth-of-type(1)>section:nth-of-type(2)>article:nth-of-type(1) {
		width:240px;
		height:280px;
		margin: 0;
	}
	
	#Perso>section:nth-of-type(1)>section:nth-of-type(2)>article:nth-of-type(1)> img{
		width:240px;
		height:240px;
	}
	
	#Perso>section:nth-of-type(1)>section:nth-of-type(2)>article:nth-of-type(1)>article{
		width:256px;
		height:256px;
		top:-239px;
		left:8px;
	}
	
	#Perso>section:nth-of-type(1)>section:nth-of-type(2)>article:nth-of-type(2) {
		width:80%;
		height:430px;
	}
	
	#Perso>section:nth-of-type(1)>section:nth-of-type(2)>article:nth-of-type(2)>article:nth-of-type(2) {
		top: 0px;
		display:flex;
		justify-content:center;
	}
	
	#Perso>section:nth-of-type(1)>section:nth-of-type(2)>article:nth-of-type(2)>article:nth-of-type(1)>article p{
		text-align:center;
		height:56px;
	}
	
	#Perso>section:nth-of-type(1)>section:nth-of-type(2)>article:nth-of-type(2)>article:nth-of-type(1)>article:nth-of-type(1) p:last-of-type{
		display:none;
	}
	
	#Perso>section:nth-of-type(2){
		justify-content:center;
	}
	
	#Perso>section:nth-of-type(2)>section{
		width:80%;
	}
	
	.skills .skills-types {
		flex-wrap:wrap;
	}
	
	.skills .skills-types .background {
		width:80%;
		margin: 1em 1em;
	}
	
	
	
}