body{
	background-color: #fff;
	font-family: WistiaPlayerInterNumbersSemiBold, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	padding : 0;
	margin: 0;
	font-size: 1.3em;
}

#top{
	width: 100%;
	background-color: #b53035;	
	padding-top: 20px;	
	padding-bottom: 10px;	
	text-align: center;
}

#top img{
	width: 80px;
}

#entete{
	text-align: center;	
}

#corps{
	margin: auto;
	max-width: 800px;
	text-align: justify;
	padding-left: 7px;
	padding-right: 7px;
}

#pdlf{
	text-align: center;
}
#pdlf img{
	max-width: 100%;
}
.bleu{
	color: #1273a0;
}
.mention{
	font-size: 0.8em;
	margin-top: -10px;
	margin-bottom: 10px;
}
.info{
	margin-top: 10px;
	margin-bottom: 10px;
}

.ok{
	text-align: center;
	color: #2aad46;
}

.nok{
	text-align: center;
	color: #ef8c9c;
}

hr{
  border: none;
  border-top: 3px double #b53035;
  color: #b53035;
  overflow: visible;
  text-align: center;
  height: 5px;
}

/* FORMULAIRE */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input[type="submit"]{
	min-width: 300px;
	background-color: #eba849;
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    margin-top: 20px;
	margin-bottom: 20px;
    cursor: pointer;
	font-size: 1.8vh;
	border: 1px solid #eba849;
	border-radius: 30px;
	font-weight: bold;
}
input[type="number"],input[type="text"],input[type="password"], textarea{
	border: none;
	border-bottom: 1px solid #b53035;
	font-size: 2vh;
	text-align: center;
	width: 260px;
}

/* SCROLLBARS */

/* Works on Firefox */
* {
  scrollbar-height: thin;
  scrollbar-width: thin;
  scrollbar-color: #b53035 #fff;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
*::-webkit-scrollbar-track {
  background: #fff;
}
*::-webkit-scrollbar-thumb {
  background-color: #b53035;
  border-radius: 10px;
  border: 3px solid #fff;
}