#contact{
	margin-top: 10%;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	border-radius: 40px;
	background-color: rgba(255,255,255,.5);
  padding-bottom: 40px;
    margin-bottom: 10%;
}


#contact h1{
/*  color: #65B1FF;*/
color: fff;
  font-family: 'Great vibes';
  text-align: center;
  font-size: 90;
  text-transform: capitalize;
}

#cadrecontact{
	display: inline-flex;
	width: 100%;height: 800px;
}
#photocontact{
	width: 30%;
	text-align: center;
}
#photocontact img{
	
	width: 400px;
	height: auto;
}
#infocontact{
	width: 70%;
	height: 200px;
/*	background-color: blue;
*/}
	#infocontact p{
		font-size: 50px;
		text-align: center;
	}

	@media all and (max-width : 1200px) {
#cadrecontact{
	display: block;
	width: 100%;height: auto;
}
#photocontact, #infocontact{
  width: 100%;
  height: auto;
}
}


@media only screen and (max-width :768px) {
	#photocontact img {
  width: 50%;
}
#infocontact p {
  font-size: 20px;
}
}