@font-face {
    font-family: Encode;
    src: url("font/Encode/EncodeSans-Regular.ttf");
    font-weight: normal;
}
@font-face {
    font-family: Encode;
    src: url("font/Encode/EncodeSans-Black.ttf");
    font-weight: bold;
}
@font-face {
    font-family: Encode;
    src: url("font/Encode/EncodeSans-Light.ttf");
    font-weight: lighter;
}
body {
	padding: 20px;
    background-color: #ffffff;
    font-family: Encode;
    font-size: normal;
    color: black;
}
a:link {
    font-family: Encode;
    color: #03737F;
    text-decoration: underline;
}
a:visited {
    font-family: Encode;
    color: #03737F;
    text-decoration: underline;	
}
a:hover {
    font-family: Encode;
    color: white;
    background: #03737F;
    text-decoration: underline;	
}
#image {
	position: absolute;
	text-align: left;
	top: 0px;
	width: 100%;
	background-color: #ffffff;
	height: 10%;
}
#texte {
    position: absolute;
    bottom: 25px;
    left: 0px;
    width: 100%;
    height: 88%;
    background-color: white;
    overflow: auto;
}
#formulaire {
	position: static;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
body footer {
	position: absolute;
	font-size: large;
	bottom: 0px;
	left: 0px;
	height: 25px;
	width: 100%;
	background-color: black;
	text-align: center;
}
img {
    height: 90%; 
    object-fit: contain;
}
h1 {
	font-family: Encode;
	font-weight: bold;
	font-size: xx-large;
    text-align: center;
}
p {
    text-align: left;
    font-size: normal;
}
label {
	display: block;
	margin-top: 10px;
}
input[type=text],input[type=email], select {
	font-family: Encode;
	font-size: large;
    width: 500px;
    padding: 2px 2px;
    display: inline-block;
    border: 2px solid #03737f;
    box-sizing: border-box;
    color:  #03737f;
    background-color: white;
}

input[type=submit] {
	font-family: Encode;
	font-size: large;
    width: 500px;
    background-color: white;
    color:  #03737f;
    padding: 2px 2px;
    border: 2px solid #03737f;
    cursor: pointer;
}

input[type=submit]:hover {
	color: white;
    background-color: #03737f;
}

input[type=button] {
	font-family: Encode;
	font-size: large;
    width: 500px;
    background-color: white;
    color: #03737f;
    padding: 2px 2px;
    border: 2px solid #03737f;
    cursor: pointer;
}

input[type=button]:hover {
	color: white;
    background-color: #03737f;
}