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;
	height:100vh;
}

#Contact {
	width:1250px;
	margin:auto;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}

#Contact>section:nth-of-type(1){
	width:100%;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}

#Contact>section:nth-of-type(1)>section{
	width:100%;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}

#Contact>section:nth-of-type(1)>section:nth-of-type(1){
	margin: 50px 0px 50px 0px;
}

#Contact>section:nth-of-type(1)>section:nth-of-type(1)>article:nth-of-type(1){
	width:100%;
	display:flex;
	justify-content:center;
}

#Contact>section:nth-of-type(1)>section:nth-of-type(1) hr{
	border: 1px solid rgb(33,150,243);
}

#Contact>section:nth-of-type(1)>section h1{
	font-size:50px;
	margin:0;
	font-weight: 700;
}

#Contact>section:nth-of-type(1)>section h1:nth-of-type(2){
	margin-left:15px;
	color: rgb(33,150,243);
}

#Contact>section:nth-of-type(1)>section h2{
	font-size:18px;
	margin:0;
	font-weight: 700;
}
#Contact>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;
}
#Contact>section:nth-of-type(1)>section:nth-of-type(1)>article:nth-of-type(2)>article:nth-of-type(1){
	width:10%;
}
#Contact>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;
}
#Contact>section:nth-of-type(1)>section:nth-of-type(1)>article:nth-of-type(2)>article:nth-of-type(3){
	width:10%;
}
/*==================================================Corps de page ====================================== */
#Contact>section:nth-of-type(2) {
  display: flex;
  flex-wrap: wrap;
}

#Contact>section:nth-of-type(2)>section:nth-of-type(1) {
  width: 30%;
  padding: 20px;
  box-sizing: border-box;
}

#Contact>section:nth-of-type(2)>section:nth-of-type(1) ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#Contact>section:nth-of-type(2)>section:nth-of-type(1) li {
  margin-bottom: 10px;
}

#Contact>section:nth-of-type(2)>section:nth-of-type(1) li p {
  font-weight: bold;
  margin-right: 10px;
}

#Contact>section:nth-of-type(2)>section:nth-of-type(1) li img {
  width: 50px;
  height: 50px;
}

/*================================================== Formulaire ====================================== */
#Contact>section:nth-of-type(2)>section:nth-of-type(2) {
  width: 70%;
  padding: 20px;
  box-sizing: border-box;
}

#Contact>section:nth-of-type(2)>section:nth-of-type(2) h2 {
  margin-top: 0;
}

#Contact>section:nth-of-type(2)>section:nth-of-type(2) p {
  margin-bottom: 20px;
}

#Contact>section:nth-of-type(2)>section:nth-of-type(2) hr{
	border: 1px solid rgb(33,150,243);
	margin-bottom: 20px;
}

#Contact>section:nth-of-type(2)>section:nth-of-type(2)>form>article{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}


#Contact>section:nth-of-type(2)>section:nth-of-type(2)>form>article input{
	width: 48%;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid rgb(108,108,108);
	border-radius: 20px; 
	margin-bottom: 10px;
	font-size: 16px;
	background-color: rgb(51,51,51);
	color: white;
	font-weight: 700;
}

#Contact>section:nth-of-type(2)>section:nth-of-type(2) textarea {
	width: 100%;
	padding: 10px;
	height: 150px;
	resize: none;
	background-image: url("image/messager.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-position-x: 20px;
	background-position-y: 5px;
	padding-left: 55px;  
	box-sizing: border-box;
	font-size: 18px;
	border-radius: 20px;
	border: 1px solid rgb(108,108,108);
	background-color: rgb(51,51,51);
	margin-bottom:10px;
	color: white;
	font-weight: 700;
}

#Contact>section:nth-of-type(2)>section:nth-of-type(2) button {
	width: 50%;
    height: 50px;
    position: relative;
    background: rgba(255, 255, 255, .27);
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    letter-spacing: 1px;
    border: none;
    font-size: 12px;
    outline: none;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    cursor: pointer;
	transition:all .5s ease-in-out;
	border-radius: 20px;
}

#Contact>section:nth-of-type(2)>section:nth-of-type(2) button:hover {
  background:white;
  color:rgb(33,150,243);
}

#Contact>section:nth-of-type(2)>section:nth-of-type(2) input[type="text"][name="name"] { 
  background-image: url("image/utilisateur.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-position-x: 20px;
  padding-left: 55px; 
}
#Contact>section:nth-of-type(2)>section:nth-of-type(2) input[type="email"][name="email"] { 
  background-image: url("image/enveloppe.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-position-x: 20px;
  padding-left: 55px; 
}

@media (max-width: 959px) {
	
	#Contact {
		margin-top:20px;
		width:auto;
	}

	#Contact>section:nth-of-type(1){
		height:180px;
	}
	
	#Contact>section:nth-of-type(1)>section h2{
		font-size:15px;
		text-align:center;
	}

	#Contact>section:nth-of-type(1)>section h1{
		font-size:35px;
	}

	#Contact>section:nth-of-type(1)>section:nth-of-type(1)>article:nth-of-type(2){
		flex-wrap:wrap;
	}

	#Contact>section:nth-of-type(1)>section:nth-of-type(1)>article:nth-of-type(2)>article:nth-of-type(1){
		display:none;
	}

	#Contact>section:nth-of-type(1)>section:nth-of-type(1)>article:nth-of-type(2)>article:nth-of-type(2){
		width:80%;
	}

	#Contact>section:nth-of-type(1)>section:nth-of-type(1)>article:nth-of-type(2)>article:nth-of-type(3){
		width:80%;
	}
	
	#Contact>section:nth-of-type(2){
		justify-content:center;
	}
	
	#Contact>section:nth-of-type(2)>section:nth-of-type(1){
		width:100%;
		padding: 0px;
		padding-left:50px;
		display:flex;
		justify-content:center;
	}
	
	#Contact>section:nth-of-type(2)>section:nth-of-type(1) li{
		display: flex;
		align-items: center;
	}
	
	#Contact>section:nth-of-type(2)>section:nth-of-type(1) p{
		margin-right: 10px;
	}
	
	#Contact>section:nth-of-type(2)>section:nth-of-type(1) a{
		display: block;
		margin-right: 10px;
	}
	#Contact>section:nth-of-type(2)>section:nth-of-type(2){
		width:100%;
	}
	
	#Contact>section:nth-of-type(2)>section:nth-of-type(2)>form>article{
		flex-wrap:wrap;
		justify-content:center;
	}
	
	#Contact>section:nth-of-type(2)>section:nth-of-type(2)>form>article input{
		width:100%;
	}
	
	#Contact>section:nth-of-type(1)>section:nth-of-type(1){
		margin: 50px 0px 20px 0px;
	}
	
	#Contact>section:nth-of-type(2)>section:nth-of-type(2) button{
		width:100%;
	}
}