section
{
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	flex-direction: column;
}

.contactform-message
{
	font-size: 30px;
	font-family: Open Sans, sans-serif;
}

/*TRANSITION*/
strong
{
	width: 40%;
}

label
{
	margin-left: -10%;
}

form div
{
    padding-bottom: 30px;
}

table
{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

table tr
{
	margin-right: auto;
	margin-left: auto;
}

#nom
{
	border-radius: 5px;
	height: 50px;
	font-size: 20px;
	font-family: Open Sans, sans-serif;
	border: solid black 1px;
}

#nom2
{
	display: flex;
	flex-wrap: nowrap;
}

#prenom
{
	border-radius: 5px;
	height: 50px;
	font-size: 20px;
	font-family: Open Sans, sans-serif;
	border: solid black 1px;
}

#prenom2
{
	display: flex;
	flex-wrap: nowrap;
}

#message
{
	border-radius: 5px;
	height: 175px;
	width: 500px;
	font-size: 20px;
	font-family: Open Sans, sans-serif;
	border: solid black 1px;
}

#message2
{
	display: flex;
	flex-wrap: nowrap;
}

#adresse
{
	border-radius: 5px;
	height: 75px;
	width: 500px;
	font-size: 20px;
	font-family: Open Sans, sans-serif;
	border: solid black 1px;
}

#adresse2
{
	display: flex;
	flex-wrap: nowrap;
}

#envoi
{
	width: 150px;
	height: 50px;
	font-size: 20px;
	font-family: Open Sans, sans-serif;
	background-color: #E75936;
	color: white;
	margin-left: auto;
	margin-right: auto;
	transition: .5s;
}

#envoi:hover
{
	background: #5a5a5a;
	cursor: pointer;
}

#envoi2
{
	display: flex;
}

p
{
	text-align: center;
	font-family: Open Sans, sans-serif;
	font-size: 18px;
	margin-left: auto;
	margin-right: auto;
}

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

h1
{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: Open Sans, sans-serif;
}

body
{
	margin: O;
	padding: O;
}

.espace
{
	height: 30px;
	width: 100%;
}

.espace2
{
	width: 10%;
}

.afterheader
{
	width: 100%;
	height: 40px;
}

.taille2
{
	display: block;
	width: 23px;
	height: 34px;
}

.taille3
{
	display: block;
	width: 30px;
	height: 33px;
}

.taille4
{
	display: block;
	width: 100%;
	height: 100%;
}

#presentation
{
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	justify-content: space-between;
}

#presentation2
{
	display: flex;
	height: 100px;
}

#entete
{
	display: flex;
	flex-wrap: wrap;
	background-color: white;
}