@charset "utf-8";
/* CSS Document */
body {
padding-top: 0px;
}
.navbar{
	border-radius: 0px;
}
[class*="col-"], footer {
/*background-color: lightgreen;
border: 1px solid black;*/
line-height: 25px;
text-align: center;
}

.radius20{
	border-radius: 20px;
}

header{
	position: relative;
	/*background-color: lightgreen;*/
	min-height: 40px;
	width: 100%;
	vertical-align: middle;
	z-index: 1000;
	display: contents;
}
header .row{
	background-color: whitesmoke;
	margin-right: 0px;
	margin-left:  0px;
}
.connexion{
	text-align: right;
	padding: 30px 60px;
	
}
.left{
	text-align: left;	
}
.right{
	text-align: right;	
}
img{
	margin: 30px;
}
.mapimg img {
	margin: 0px;
}
.margintop20p {
	margin-top: 20%;
}
.red1 {
	color:#701512;
}
.red2 {
	color:#E7302A;
}
.red3 {
	color:#BE1522;
}
.degfine{
	/*color:'rgba(190, 22, 34, 0.5)';*/
	/*color:rgba(190,22,34,1);*/
	background-color: rgba(190,22,34,1);
	width: 85px;
	/*font-weight: bold;*/
               
}
.degmoyen{
	 background-color:rgba(233, 78, 27, 1);
	width: 85px;
               
}
.degforte{
	background-color:rgba(249, 178, 51, 1);
	width: 85px;
	
}
.btn-space {
    margin-bottom: 5px;
	width: 95px;
}
footer {
	/*background-color: #B1221C;*/
	background-color: whitesmoke;
	width: 100%;
	vertical-align: middle;
	position: fixed;
	bottom: 0px;
	display : table-row;
	height: auto; 
	z-index: 10000;
}