.site-map {
font-size:24px;
}
.site-map h1 {
	font-size: 24px;
}
.site-map p {
color:#666;
}
ul {
  list-style: none;
}
.digit-button {
	margin: 5px;
	height: 64px;
	width: 70px;
	border-radius: 50%;
	border: 1px solid #c4c4c4;
	background-color:#747474;
	line-height: 8px;
}
.max-digit-button {
	margin: 5px;
	height: 64px;
	width: auto;
	border-radius: 25px;
	border: 1px solid #c4c4c4;
	background-color:#747474;
	/* line-height: 8px; */
	text-align: center;
	padding-top: 5px !important;
	padding-right: 10px !important;

}
.max-digit-button > a {
text-decoration: none;
font-size: 10px;
}
.line-menu-v {
	border-color: #0083f6;
	border-style: dashed;
}
.footer-link {
	font-size:12px;
	min-height:64px;
	text-align:center;
}

.centrer {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width:80%;
  height: auto;
}
.liste {
	padding: 10px;
}
.liste b {
	/*color: cornflowerblue;*/
	color:#002b51;
	font-size:12px !important;
	
}
.liste i {
	font-size: 18px;
	text-align: center;
}
.sous-menu {
	font-size: 10px;
}
.sous-menu button {
	font-size: 14px;
}
.alert-orange {
	background-color: beige;
	border-color:burlywood;
	border-width: 1px;
	border-bottom-width: 2px;
	color: coral;
	padding: 5px;
}

