body {
	margin: 0;
	padding: 0;
}


header {
	margin: 0;
	background-color: rgba(220,220,220,0.30);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 30px;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

ul {
	display: flex;
	justify-content: space-around;
	width: 100%;

}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

.logowern {
	width: 160px;
}

.menu {
	display: flex;
	width: 100%;
	max-width: 700px;
}

.navele {
	padding: 0;
	margin: 0;
	font-family: 'Quicksand', sans-serif;
	font-size: 30px;
	color: black;
}

.navele:hover  {
	opacity: 0.3;
	-webkit-transition: .4s ease-in-out;
}

.reseau > div {
	opacity: 0.3;
}

.reseau > div:hover {
	opacity: 1;
	-webkit-transition: .4s ease-in-out;
}


#fb, #insta {
	width: 24px;
}

.inner {
	align-items: center;
	max-width: 800px;
  margin: auto;
  padding: 120px;
}

form {
  display: block;
}

h1 {
	display: block;
	text-transform: uppercase;
  font-size: 45px;
  font-family: "century gothic";
  text-align: center;
  margin-bottom: 12px;
	}

.mail {
	display: block;
	font-family: "century gothic";
	font-size: 35px;
	text-align: center;
	color: black;
	opacity: 0.5;
	margin-top: 50px;
	text-decoration: none;
}

.mail:hover {
	opacity: 1;
	font-size: 40px;
	-webkit-transition: .7s ease-in-out;
}

.h2 {display: block;
font-family: "century gothic";
font-size: 30px;
text-align: center;
color: black;
margin-top: 100px;
text-decoration: none;
}

.a1 {display: block;
font-family: "century gothic";
font-size: 25px;
text-align: center;
color: black;
opacity: 0.4;
margin-top: 20px;
text-decoration: none;
}

.a1:hover {
	opacity: 0.7;
	-webkit-transition: .7s ease-in-out;
}

.grf {
	position: relative;
  display: block;
  margin-bottom: 48px;
	border-bottom: 2px solid #000000;
}

.control {
  border: none;
  display: block;
  width: 100%;
  height: 43px;
  font-size: 15px;
  background: none;
}

input {
	outline: none;
}

input:active span{
	top: 11px;
	transition: all .2s ease;
}

span {
  font-size: 15px;
  position: absolute;
  top: 11px;
  transition: all .2s ease;
  cursor: text;
	color: #3A677C;
	font-family: "century gothic"
}


.grf textarea {
	border: none;
	resize: none;
	display: block;
	outline: none;
}

.grf textarea::after {
	content: "";
	background-color: #000000;
	height: 5px;
	width: 100%;
	display: block;
	position:absolute;
	bottom: 0;
}

label {
  cursor: default;
}

#b1 {
	display: block;
	position: relative;
	margin: auto;
	margin-top: 6rem;
	width: 162px;
	height: 51px;
	border: 2px solid #000000;
	background: none;
	font-family: "century gothic";
	font-size: 20px;
}

#b1 {
	cursor: pointer;
	display: block;
	position: relative;
	border: 2px solid #3A677C;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
0s;
}

#b1:hover {
	background-color: transparent;
	text-shadow: nthree;
	color: #fff;
}

#b1:hover:before {
	left: 0%;
	right: auto;
	width: 100%;
}

#b1:before {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 0px;
	z-index: -1;
	content: '';
	color: #000 !important;
	background: #3A677C;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
0s;
}



footer {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

h {
	font-family: 'century gothic';
	font-size: 10px;
	color: black;
}


/*--------------*/

*,
*:focus{outline: none}

form{
	margin-top: 4rem;
}

.form{
  width: 100%;
  margin: 0 auto;
  margin-top: 150px;
  font-family: sans-serif;
  background: #fff;
	margin-top: 4rem;
	margin-bottom: 4rem;
}
.form-item{
  position: relative;
  margin-bottom: 3rem;
}
.form-item input{
  display: block;
  width: 100%;
  height: 40px;
  background: transparent;
	border: none;
  border-bottom: solid 1px #ccc;
  transition: all .3s ease;
  padding: 0 15px
}
.form-item input:focus{
  border-color: #3A677C;
}
.form-item label{
  position: absolute;
  cursor: text;
  z-index: 2;
  top: 13px;
  left: 10px;
  font-size: 12px;
  font-weight: bold;
  background: #fff;
  padding: 0 10px;
  color: #999;
  transition: all .3s ease
}
.form-item input:focus + label,
.form-item input:valid + label{
  font-size: 11px;
  top: -5px
}
.form-item input:focus + label{
  color: #3A677C;
}
