
body,h1,h2,h3,h4,h5,h6,p,form,fieldset {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	height: 100%;
}

dl.error_item {
	text-align: left;
	background-color: #ccc;
	border: 1px solid red;
	color: black;
	margin: 10px;
	padding: 10px;
}

dl.error_item dt {
	font-weight: bold;
	font-size:120%;
	text-shadow: 1px 1px 1px #eee;
}

dl.error_item dd {
	white-space: pre;
	padding-bottom: 12px;
}

/*---------------------------- css hacks -------------------------------*/

/*  "Clearing floats" avec div suplementaire */
.colclear {
	clear: both;
	height: 1px;
	line-height: 1%;
	font-size: 1px;
}

/*  "Clearing floats" avec div d�j� pr�sent */
.clearboth {
	clear: both;
}

/* 
This piece of code is for clearing the floats without structural markup
Don't modify it
*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
	min-height: 0px;
}

/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */

.alert{
	background: red;
	color: white;
	border: 0 !important;
	border-radius: 0 !important;
	text-align: center;
	font-size: 14px;
}

.alert-covid{
	padding: 10px;
	margin-bottom: 10px;
	color: #D8000C;
	border: 2px solid #214a7b;
}

.alert-covid p{
	font-size: 12px;
}

.alert-covid p strong{
	font-size: 14px;
}