*{
	padding: 0;
	margin: 0;
}


header{
	display: flex;
	flex-wrap: wrap;
	box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.5);
}

body{
	background-image: url(img/fond.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}


h1{
    font-size: 35px;
    text-align: end;
	width: 60%;
	margin-bottom: 19px;
	margin-top: 25px;

}

span{
	margin-right: -1.5%;
}

.menu{
    justify-content: space-between;
    margin-top: 45px;
	text-align: end;
	width: 38.3%;
}

.menu a{
    margin-left: 25px;
	font-size: 20px;
	text-decoration: none;
	color: black;
}

main{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

h2{
	margin-top: 50px;
	margin-bottom: 20px;
	font-size: 45px;
}


img{
	width: 210px;
	float: right;
	margin-right: 89px;
	margin-top: -48px;
	
}
p{
	 font-size: 18px;
	 flex-wrap: wrap;
}

.profil{
	margin-top: 150px;
	text-align:end;
}

a{
	text-decoration: none;
	color: red;
}

a:hover{
	text-decoration: underline;
}


footer{
	margin-top: 200px;
	padding-bottom: 25px;
	padding-top: 25px;
	background-color: #C4A684;
	box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.5);
}


:root {
	--success: #00b894;
	--progress: #e17055;
  }
  
  html {
	box-sizing: border-box;
  }
 
  *, *:before, *:after {
	box-sizing: inherit;
  }

  .co{
	margin-top: 150px;
	margin-bottom: 70px;
  }
  
  .container {
	max-width: 800px;
	margin: 0px auto;
	width: 100%;
  }
  
  .container p{
	margin-bottom: 10px;
	margin-left: 8px;
  }
  
  .progressbar-wrapper {
	background-color: #dfe6e9;
	color: white;
	border-radius: 15px;
	width: 100%;
  }
  
  .progressbar {
	background-color: var(--progress);
	color: white;
	padding: 13px;
	text-align: right;
	font-size: 20px;
	border-radius: 15px;
	margin-bottom: 25px;
  }
  
  .progressbar[title="downloading"] {
	 background-color: var(--success);
  }
  
  .progressbar[title="downloaded"] {
	 background-color: var(--success);
  }
	
  .html {
	width: 90%;
  }
  
  .c{
	width: 80%;
  }

  .python{
	width: 65%;
  }

  .wordpress{
	width: 90%;
  }
  
  .php{
	width: 85%;
  }

  .logo{
	width: 50px;
	height: 50px;
	margin-top: -30px;
	margin-left: 0px;
	margin-right: 20px;
  }
  .logo2{
	width: 50px;
	height: 50px;
	margin-top: -30px;
	margin-right: 40px;
  }

  .contact{
	font-size: 30px;
	margin-left: 10px;
  }

  

@media(max-width: 946px){

	.menu{
		width: 100%;
		text-align: center;
		margin-top: 0px;
	}
	h1{
		width: 100%;
		text-align: center;
	}

}


@media(max-width: 428px)  {

	
h1{
    font-size: 35px;
	padding-left: 13%;
	margin-bottom: 0px;
	margin-top: 25px;
	
}

.menu{
	text-align: center;
	margin-left: 3%;
	margin-bottom: 10px;
	margin-left: 0px;
}

h2{
	margin-top: 80px;
	margin-bottom: 40px;
	font-size: 39px;
}

img{
	width: 150px;
	float: right;
	margin-right: 35px;
	margin-top: -10px;
}

footer{
	margin-top: 70px;
}

.contact{
	font-size: 18px;
}
	


}


  

  
	
  