@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Antic+Didone&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cormorant:wght@300&display=swap');



.contenu{
	z-index: 10;
	width: 100vw;
	height: 100vh;
}


.formulaire{
	padding-top: 75px;
	width: 100%;
}
form{
	width: 96vw;
	margin-left: 2vw;
	display: grid;
}
.contactme{
	color: #333333;
	width: 96vw;
	margin-left: 2vw;
	font-size: 110px;
	font-family: "Gloock", serif;
  font-weight: 400;
  font-style: normal;
}

input, textarea, select, button {
	
	width : 50%;
	margin: 0;
	-webkit-box-sizing: border-box; /* Pour les anciennes versions des navigateurs WebKit */
	-moz-box-sizing: border-box; /* Pour tous les navigateurs Gecko */
	box-sizing: border-box;
}

input{
	
	border-bottom: solid 1px #333333;
	background: transparent;
	margin-top: 1%;
	margin-bottom: 0%;
	padding-bottom: 1%;
	border: none;
	outline: none;
	font-size: 35px;
    font-family: 'Milliard Hairline';
	-webkit-font-family: 'Milliard Hairline';
}
textarea{
	background: transparent;
	margin-top: 1%;
	margin-bottom: 2%;
	padding-bottom: 1%;
	border: none;
	resize: none;
	outline: none;
	border-radius: 0px;
	border-bottom: solid #333333 1px;
	font-size: 35px;
    font-family: 'Milliard Hairline';
	-webkit-font-family: 'Milliard Hairline';
}

button{
	width: 20%;
	background-color: transparent;
	border: none;
	color: #333333;
	padding: 15px 0px;
	text-align: left;
	font-size: 45px;
	font-family: "Gloock", serif;
  font-weight: 400;
  font-style: normal;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}
button span {
	width: auto;
}

