﻿body {
	width: 100%;
	margin: 0px;
	padding: 0px;

	}
@media screen and (min-width:468px) and (orientation: landscape)  { 
header {
	top: 0px;
	position: fixed;
	}
}
@media screen and (min-width: 28px) and (max-width: 467px){
header {
	top: 0px;
	position: fixed;
	}
	
}
header {
	width: 100%;
	z-index: 99999;
	}
section{
	width: 100%;
	max-width: 1000px;
	position: relative;
	margin: auto;
	z-index: 99997;
	top: 70px;
	}
footer {
	display: block;
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	z-index: 99996;
	top : 80px ;
	}
/** css infos   **/
@media screen and (min-width:468px) and (orientation: landscape)  { 

}
@media screen and (min-width: 28px) and (max-width: 467px){
	
}
.titre {
	width: 100%;
	text-align: center;
	position: relative;
	font-weight: bold;
	color: #820000;
	font-size: 30px;
	font-family: Lato, Calibri, Arial, sans-serif;
	text-transform: uppercase;
	margin-top: 10px;
}
.parag {
	width: 96%;
	color: #820000;
	font-size: 18px;
	margin: 0px 1%;
	padding: 10px 1%;
	text-align: left;
}
/** message **/
.files-client{
	width: 96%;
	text-align: center; 
	position: relative;
	padding: 0px 2%;
	margin: auto;
	}	
.block {
	margin: auto;
	position: relative;
	text-align: center;
	display: block;

}
h1{
	width: 98%;
	max-width: 300px;
	min-width: 250px;

	height: 22px;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size: 15px;
	color: #220000;
	font-weight: bold;
	display: inline-block;
	position: relative;
	text-align: left;
	padding: 10px 1% 10px 1%;
	border: 1px solid #E0080B;
	background-color: #BFE6E9;
	
}

input.label{
	width: 98%;
	max-width: 300px;
	min-width: 250px;

	height: 22px;
	display:inline-block;
	position: relative;
	text-align: left;
	padding: 10px 1% 10px 1%;
	border: 1px solid #E0080B;
	cursor: pointer;
    color: #00b1ca;
    font-weight: bold;

}
input[type="file"]{ 
	cursor: pointer;
    color: #00b1ca;
    font-weight: bold;
}

input.button,input.button:hover{
	width: 100px;
	height: 30px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #fff;
	margin-top: 5px;
	padding: 0px 10px;
	font-weight: bold;
	border: none;
	text-transform: uppercase;
	 }

input.button{background: #E0080B;}
input.button:hover{background: #273C51; cursor:pointer;}
